diff options
| author | Jeremiah McCarthy <[email protected]> | 2021-04-12 11:17:01 -0400 |
|---|---|---|
| committer | Jeremiah McCarthy <[email protected]> | 2021-04-12 11:17:01 -0400 |
| commit | 7b45b38fe4b7d2ebd197463cf12f091a6f68ac91 (patch) | |
| tree | e6d2a9021223d01ecfcda8bb9122067ae63eb805 /src/class/dfu/dfu_rt_device.c | |
| parent | ae851bba31781eacfadc7e69b414cd1da6960314 (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.c | 2 |
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" |
