rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS

This commit is contained in:
hathach
2021-10-05 12:32:07 +07:00
parent 31cfd5a684
commit a867d87072
12 changed files with 63 additions and 49 deletions

View File

@@ -261,16 +261,16 @@
#define CFG_TUD_DFU 0
#endif
#ifndef CFG_TUD_NET
#define CFG_TUD_NET 0
#endif
#ifndef CFG_TUD_BTH
#define CFG_TUD_BTH 0
#endif
#ifndef CFG_TUD_ECM_RNDIS
#define CFG_TUD_ECM_RNDIS 0
#endif
#ifndef CFG_TUD_NCM
#define CFG_TUD_NCM 0
#define CFG_TUD_NCM 0
#endif
//--------------------------------------------------------------------