summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-08-23 22:36:03 +0800
committersakumisu <[email protected]>2024-08-23 22:36:03 +0800
commit8435f1af324e912be3986b80c73e614da34a7c20 (patch)
treef724aa47a291c988a3ae4538256f2000c3b2f53f /platform
parent2726e2e7b697f2e072f918623578903bd9eddf37 (diff)
chore(cmake): use config to enable lwip port
Diffstat (limited to 'platform')
-rw-r--r--platform/none/usbh_lwip.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/none/usbh_lwip.c b/platform/none/usbh_lwip.c
index 9dd18822..16d4f306 100644
--- a/platform/none/usbh_lwip.c
+++ b/platform/none/usbh_lwip.c
@@ -31,11 +31,11 @@
#error PBUF_POOL_BUFSIZE must be larger than 1600
#endif
-#define CONFIG_USBHOST_PLATFORM_CDC_ECM
-#define CONFIG_USBHOST_PLATFORM_CDC_RNDIS
-#define CONFIG_USBHOST_PLATFORM_CDC_NCM
-#define CONFIG_USBHOST_PLATFORM_ASIX
-#define CONFIG_USBHOST_PLATFORM_RTL8152
+// #define CONFIG_USBHOST_PLATFORM_CDC_ECM
+// #define CONFIG_USBHOST_PLATFORM_CDC_RNDIS
+// #define CONFIG_USBHOST_PLATFORM_CDC_NCM
+// #define CONFIG_USBHOST_PLATFORM_ASIX
+// #define CONFIG_USBHOST_PLATFORM_RTL8152
// #define CONFIG_USBHOST_PLATFORM_BL616
ip_addr_t g_ipaddr;