diff options
| author | hathach <[email protected]> | 2021-07-22 01:00:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-22 01:00:06 +0700 |
| commit | 9542fcdbcda23a08fb4d7901bbb01333b6465bfc (patch) | |
| tree | 31511110dadbc664464b8f4878f12813181bac59 /examples/device/dfu/src/tusb_config.h | |
| parent | 4e817ae6d47e3e0636358179ba0d3570fa47c2b0 (diff) | |
rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZE
Diffstat (limited to 'examples/device/dfu/src/tusb_config.h')
| -rw-r--r-- | examples/device/dfu/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu/src/tusb_config.h b/examples/device/dfu/src/tusb_config.h index 2e3b89f49..66e357021 100644 --- a/examples/device/dfu/src/tusb_config.h +++ b/examples/device/dfu/src/tusb_config.h @@ -80,7 +80,7 @@ #define CFG_TUD_DFU 1 // DFU buffer size, it has to be set to the buffer size used in TUD_DFU_DESCRIPTOR -#define CFG_TUD_DFU_TRANSFER_BUFSIZE 512 +#define CFG_TUD_DFU_XFER_BUFSIZE 512 #ifdef __cplusplus } |
