summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-03-12 22:37:43 +0800
committersakumisu <[email protected]>2024-03-12 22:37:43 +0800
commit969c0342f0f8ed51a56319b27af7fdf1e3f293f6 (patch)
tree18390b3fd4ebea47c4ff8a2846bb2cc3aac8198b
parent5bd8ea8925a9a95a33528d5945f2f21493121900 (diff)
fix cdc ncm build
-rw-r--r--demo/usb_host.c2
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"