diff options
| author | sakumisu <[email protected]> | 2024-03-12 22:37:43 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-03-12 22:37:43 +0800 |
| commit | 969c0342f0f8ed51a56319b27af7fdf1e3f293f6 (patch) | |
| tree | 18390b3fd4ebea47c4ff8a2846bb2cc3aac8198b | |
| parent | 5bd8ea8925a9a95a33528d5945f2f21493121900 (diff) | |
fix cdc ncm build
| -rw-r--r-- | demo/usb_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/usb_host.c b/demo/usb_host.c index 0ce95730..81c9769c 100644 --- a/demo/usb_host.c +++ b/demo/usb_host.c @@ -345,7 +345,7 @@ void usbh_videostreaming_parse_yuyv2(struct usbh_urb *urb, struct usbh_videostre } #endif -#if TEST_USBH_CDC_ECM || || TEST_USBH_CDC_NCM || TEST_USBH_RNDIS || TEST_USBH_ASIX +#if TEST_USBH_CDC_ECM || TEST_USBH_CDC_NCM || TEST_USBH_RNDIS || TEST_USBH_ASIX #include "netif/etharp.h" #include "lwip/netif.h" #include "lwip/pbuf.h" |
