summaryrefslogtreecommitdiff
path: root/src/class/dfu
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/class/dfu
parentdaca9e520bce0b4eb5882c5692986ec5c513f319 (diff)
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
Diffstat (limited to 'src/class/dfu')
-rw-r--r--src/class/dfu/dfu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/dfu/dfu_device.c b/src/class/dfu/dfu_device.c
index 3aa90f5c5..222795bec 100644
--- a/src/class/dfu/dfu_device.c
+++ b/src/class/dfu/dfu_device.c
@@ -26,7 +26,7 @@
#include "tusb_option.h"
-#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_DFU_MODE)
+#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_DFU)
#include "device/usbd.h"
#include "device/usbd_pvt.h"