summaryrefslogtreecommitdiff
path: root/src/class/dfu/dfu_rt_device.c
diff options
context:
space:
mode:
authorJeremiah McCarthy <[email protected]>2021-04-12 11:17:01 -0400
committerJeremiah McCarthy <[email protected]>2021-04-12 11:17:01 -0400
commit7b45b38fe4b7d2ebd197463cf12f091a6f68ac91 (patch)
treee6d2a9021223d01ecfcda8bb9122067ae63eb805 /src/class/dfu/dfu_rt_device.c
parentae851bba31781eacfadc7e69b414cd1da6960314 (diff)
Remove DFU mode and rt
Diffstat (limited to 'src/class/dfu/dfu_rt_device.c')
-rw-r--r--src/class/dfu/dfu_rt_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/dfu/dfu_rt_device.c b/src/class/dfu/dfu_rt_device.c
index 729b8e3e0..9da2e1e4f 100644
--- a/src/class/dfu/dfu_rt_device.c
+++ b/src/class/dfu/dfu_rt_device.c
@@ -26,7 +26,7 @@
#include "tusb_option.h"
-#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_DFU_RUNTIME) || (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_DFU_RUNTIME_AND_MODE)
+#if (TUSB_OPT_DEVICE_ENABLED && CFG_TUD_DFU_RUNTIME)
#include "dfu_rt_device.h"
#include "device/usbd_pvt.h"