summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index b59c7cb22..0b8c5c1d0 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -241,7 +241,15 @@
#endif
#ifndef CFG_TUD_DFU_RUNTIME
- #define CFG_TUD_DFU_RUNTIME 0
+ #define CFG_TUD_DFU_RUNTIME 0
+#endif
+
+#ifndef CFG_TUD_DFU_MODE
+ #define CFG_TUD_DFU_MODE 0
+#endif
+
+#ifndef CFG_TUD_DFU_TRANSFER_BUFFER_SIZE
+ #define CFG_TUD_DFU_TRANSFER_BUFFER_SIZE 64
#endif
#ifndef CFG_TUD_NET