summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/device/dfu/src/tusb_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/device/dfu/src/tusb_config.h b/examples/device/dfu/src/tusb_config.h
index 90e90b2e4..0df46c14e 100644
--- a/examples/device/dfu/src/tusb_config.h
+++ b/examples/device/dfu/src/tusb_config.h
@@ -76,6 +76,7 @@
#define CFG_TUD_ENDPOINT0_SIZE 64
#endif
+// DFU buffer size, must to be set to the largest buffer size used by an any given storage type
#define CFG_TUD_DFU_TRANSFER_BUFFER_SIZE 4096
//------------- CLASS -------------//