mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-19 15:40:41 +00:00
ECM/RNDIS again selected for webserver example
This commit is contained in:
parent
51ea467350
commit
745c154dbc
@ -104,7 +104,7 @@
|
|||||||
|
|
||||||
// Network class has 2 drivers: ECM/RNDIS and NCM.
|
// Network class has 2 drivers: ECM/RNDIS and NCM.
|
||||||
// Only one of the drivers can be enabled
|
// Only one of the drivers can be enabled
|
||||||
#define CFG_TUD_ECM_RNDIS 0
|
#define CFG_TUD_ECM_RNDIS 1
|
||||||
#define CFG_TUD_NCM (1-CFG_TUD_ECM_RNDIS)
|
#define CFG_TUD_NCM (1-CFG_TUD_ECM_RNDIS)
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user