diff options
| author | hathach <[email protected]> | 2021-07-12 18:51:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-12 18:51:57 +0700 |
| commit | 2916cd45753ca579ee1d0b475b2daf3f715243b6 (patch) | |
| tree | 158cf9a2abf95141d1e1b6872ec42cf985431b2f /examples/device/dfu/src/usb_descriptors.c | |
| parent | 134ed995c82635d509621e40568b57309fc26101 (diff) | |
rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTOR
Diffstat (limited to 'examples/device/dfu/src/usb_descriptors.c')
| -rw-r--r-- | examples/device/dfu/src/usb_descriptors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/dfu/src/usb_descriptors.c b/examples/device/dfu/src/usb_descriptors.c index 8c5eee455..870c18a04 100644 --- a/examples/device/dfu/src/usb_descriptors.c +++ b/examples/device/dfu/src/usb_descriptors.c @@ -97,7 +97,7 @@ uint8_t const desc_configuration[] = TUD_CONFIG_DESCRIPTOR(1, ITF_NUM_TOTAL, 0, CONFIG_TOTAL_LEN, TUSB_DESC_CONFIG_ATT_REMOTE_WAKEUP, 100), // Interface number, attributes, detach timeout, transfer size, string index 0, [string index 1 ... string index n] - TUD_DFU_MODE_DESCRIPTOR(ITF_NUM_DFU_MODE, FUNC_ATTRS, 1000, CFG_TUD_DFU_TRANSFER_BUFFER_SIZE, 4, 5), + TUD_DFU_DESCRIPTOR(ITF_NUM_DFU_MODE, FUNC_ATTRS, 1000, CFG_TUD_DFU_TRANSFER_BUFFER_SIZE, 4, 5), }; // Invoked when received GET CONFIGURATION DESCRIPTOR |
