mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-20 22:35:37 +00:00
rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user