From e748e55f4d25a591106cd1aa74bec09d6dd860a4 Mon Sep 17 00:00:00 2001 From: LiPeng Date: Mon, 1 Sep 2025 19:01:05 +0800 Subject: bugfix: Fix some compilation errors --- osal/idf/usb_config.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'osal') diff --git a/osal/idf/usb_config.h b/osal/idf/usb_config.h index 34795f26..3eca2e79 100644 --- a/osal/idf/usb_config.h +++ b/osal/idf/usb_config.h @@ -149,9 +149,6 @@ #define CONFIG_USBDEV_RNDIS_VENDOR_DESC "CherryUSB" #endif -#define CONFIG_USBDEV_RNDIS_USING_LWIP -#define CONFIG_USBDEV_CDC_ECM_USING_LWIP - /* ================ USB HOST Stack Configuration ================== */ #define CONFIG_USBHOST_MAX_RHPORTS 1 -- cgit v1.3.1