diff options
| author | hathach <[email protected]> | 2021-07-15 20:52:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-15 20:52:58 +0700 |
| commit | 3960beece0ea3dccf7ca615bd7841daa6b703d56 (patch) | |
| tree | 275adc1e26da5702599b88c7550ecf9ee3b79b21 /examples/device/dfu/src/main.c | |
| parent | daca9e520bce0b4eb5882c5692986ec5c513f319 (diff) | |
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
Diffstat (limited to 'examples/device/dfu/src/main.c')
| -rw-r--r-- | examples/device/dfu/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu/src/main.c b/examples/device/dfu/src/main.c index 1621a330b..7133d1624 100644 --- a/examples/device/dfu/src/main.c +++ b/examples/device/dfu/src/main.c @@ -148,7 +148,7 @@ uint32_t tud_dfu_get_timeout_cb(uint8_t alt, uint8_t state) void tud_dfu_download_cb(uint8_t alt, uint16_t wBlockNum, uint8_t const* data, uint16_t length) { (void) data; - printf("\r\nReceived Alt %u BlockNum %u of length %u\r\n", alt, wBlockNum, length); + //printf("\r\nReceived Alt %u BlockNum %u of length %u\r\n", alt, wBlockNum, length); for(uint16_t i=0; i<length; i++) { |
