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

@@ -77,9 +77,7 @@
#endif
//------------- CLASS -------------//
#define CFG_TUD_DFU_RUNTIME 0
#define CFG_TUD_DFU_MODE 1
#define CFG_TUD_DFU 1
// DFU buffer size, it has to be set to the buffer size used in TUD_DFU_DESCRIPTOR
#define CFG_TUD_DFU_TRANSFER_BUFSIZE 512