summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-03-17 16:52:07 +0700
committerhathach <[email protected]>2021-03-17 16:52:07 +0700
commited8f117dd10ecaee1b8169f0c4af5217e03a4951 (patch)
tree15b60f973a050d59ecd7a95e6b33ed58f7a4f816 /examples
parent8775e89a4f7a8859d5c8bdd157e8cb10c9ed74fb (diff)
explicitly add dcd source file without vendor/family
Diffstat (limited to 'examples')
-rw-r--r--examples/device/net_lwip_webserver/src/usb_descriptors.c1
-rw-r--r--examples/rules.mk3
2 files changed, 1 insertions, 3 deletions
diff --git a/examples/device/net_lwip_webserver/src/usb_descriptors.c b/examples/device/net_lwip_webserver/src/usb_descriptors.c
index f1c0b478c..1a77c39d7 100644
--- a/examples/device/net_lwip_webserver/src/usb_descriptors.c
+++ b/examples/device/net_lwip_webserver/src/usb_descriptors.c
@@ -142,7 +142,6 @@ static uint8_t const ecm_configuration[] =
// - Windows only works with RNDIS
// - MacOS only works with CDC-ECM
// - Linux will work on both
-// Note index is Num-1x
static uint8_t const * const configuration_arr[2] =
{
[CONFIG_ID_RNDIS] = rndis_configuration,
diff --git a/examples/rules.mk b/examples/rules.mk
index a97eb566a..7f0927a17 100644
--- a/examples/rules.mk
+++ b/examples/rules.mk
@@ -93,8 +93,7 @@ SRC_C += \
src/class/msc/msc_device.c \
src/class/net/net_device.c \
src/class/usbtmc/usbtmc_device.c \
- src/class/vendor/vendor_device.c \
- src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c
+ src/class/vendor/vendor_device.c
# TinyUSB stack include
INC += $(TOP)/src