summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorPeter Lawrence <[email protected]>2020-04-12 15:41:18 -0500
committerPeter Lawrence <[email protected]>2020-04-12 15:41:18 -0500
commitbb3bbcc00bfa641d285b28931ceb8bd04c3f7651 (patch)
tree3a6a47cf13ac41d4076ecf97362527e096bd2c6b /src/tusb_option.h
parent13a3081d308828ae6e4b9a40bb8ac7bf5b0e424c (diff)
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 6e2a2f125..c2394880f 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -128,9 +128,8 @@
* \ref CFG_TUD_NET must be defined to one of these
* @{ */
#define OPT_NET_NONE 0 ///< No network interface
-#define OPT_NET_ECM 1 ///< CDC-ECM
-#define OPT_NET_RNDIS 2 ///< RNDIS
-#define OPT_NET_EEM 3 ///< CDC-EEM
+#define OPT_NET_RNDIS_ECM 1 ///< RNDIS+CDC-ECM
+#define OPT_NET_EEM 2 ///< CDC-EEM
/** @} */
#ifndef CFG_TUSB_RHPORT0_MODE