summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-07-15 20:52:58 +0700
committerhathach <[email protected]>2021-07-15 20:52:58 +0700
commit3960beece0ea3dccf7ca615bd7841daa6b703d56 (patch)
tree275adc1e26da5702599b88c7550ecf9ee3b79b21 /src/device
parentdaca9e520bce0b4eb5882c5692986ec5c513f319 (diff)
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index cf9af783d..42d24fbf3 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -188,7 +188,7 @@ static usbd_class_driver_t const _usbd_driver[] =
},
#endif
- #if CFG_TUD_DFU_MODE
+ #if CFG_TUD_DFU
{
DRIVER_NAME("DFU")
.init = dfu_moded_init,