diff options
| author | sakumisu <[email protected]> | 2024-02-24 16:41:37 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-02-24 16:41:37 +0800 |
| commit | cbefa6971578bee91855060bbcea82ce0bd47a80 (patch) | |
| tree | e97597bb68557a9bf6ba771fb71b1506d2e18464 | |
| parent | 9e0cc8347cc993d6fd4424adb4f41b1e9d09cc1d (diff) | |
disable net class
| -rw-r--r-- | demo/usb_host.c | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/demo/usb_host.c b/demo/usb_host.c index 69f4f531..b8926362 100644 --- a/demo/usb_host.c +++ b/demo/usb_host.c @@ -11,15 +11,9 @@ #define TEST_USBH_MSC_FATFS 0 #define TEST_USBH_AUDIO 0 #define TEST_USBH_VIDEO 0 - -#if __has_include("lwip/pbuf.h") -#define TEST_USBH_CDC_ECM 0 -#define TEST_USBH_RNDIS 0 -#define TEST_USBH_ASIX 0 -#else -#define TEST_USBH_CDC_ECM 0 -#define TEST_USBH_RNDIS 0 -#endif +#define TEST_USBH_CDC_ECM 0 +#define TEST_USBH_RNDIS 0 +#define TEST_USBH_ASIX 0 #if TEST_USBH_CDC_ACM USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t cdc_buffer[512]; |
