summaryrefslogtreecommitdiff
path: root/src/bwbootloader/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bwbootloader/avrconfig.h')
-rw-r--r--src/bwbootloader/avrconfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bwbootloader/avrconfig.h b/src/bwbootloader/avrconfig.h
index 9c378b9..09a802b 100644
--- a/src/bwbootloader/avrconfig.h
+++ b/src/bwbootloader/avrconfig.h
@@ -56,4 +56,8 @@
/** Slave transmission buffer size. */
#define AC_TWI_SLAVE_SEND_BUFFER_SIZE (64 + 4)
+/* bwbootloader */
+/** Make a bootstrapper (i.e. application to reprogram the bootloader). */
+#define AC_BWBOOTLOADER_BOOTSTRAP 0
+
#endif /* avrconfig_h */