diff options
| author | MasterPhi <[email protected]> | 2021-07-06 18:03:05 +0200 |
|---|---|---|
| committer | MasterPhi <[email protected]> | 2021-07-06 18:04:24 +0200 |
| commit | cf4220a9fb24279b423656257cea39b3ab68aa67 (patch) | |
| tree | dd6f9b740e05beac42881128f357aa705e26992b /examples | |
| parent | c2b9ac9dd415505350c40f6830c1d211de67c342 (diff) | |
Update
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/dfu/src/tusb_config.h | 1 |
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 -------------// |
