summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMasterPhi <[email protected]>2021-07-06 18:03:05 +0200
committerMasterPhi <[email protected]>2021-07-06 18:04:24 +0200
commitcf4220a9fb24279b423656257cea39b3ab68aa67 (patch)
treedd6f9b740e05beac42881128f357aa705e26992b /examples
parentc2b9ac9dd415505350c40f6830c1d211de67c342 (diff)
Update
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 -------------//