rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFU

This commit is contained in:
hathach
2021-07-15 20:52:58 +07:00
parent daca9e520b
commit 3960beece0
6 changed files with 7 additions and 9 deletions

View File

@@ -96,7 +96,7 @@
#include "class/dfu/dfu_rt_device.h"
#endif
#if CFG_TUD_DFU_MODE
#if CFG_TUD_DFU
#include "class/dfu/dfu_device.h"
#endif