diff options
| author | LiPeng <[email protected]> | 2025-09-01 19:01:05 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2025-09-01 20:06:25 +0800 |
| commit | e748e55f4d25a591106cd1aa74bec09d6dd860a4 (patch) | |
| tree | 86e84935c4a8573ce83a4180d6f469a65743af03 /osal | |
| parent | 55ce05f270523fe0a05b5f6ca1af6da03a8ff1a9 (diff) | |
bugfix: Fix some compilation errors
Diffstat (limited to 'osal')
| -rw-r--r-- | osal/idf/usb_config.h | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
