summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/Makefile
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-05 14:02:48 +0700
committerGitHub <[email protected]>2018-12-05 14:02:48 +0700
commitcf60b206528fc955bbdd1bfec2c7016a985313ea (patch)
tree50411de91abbd898b9f191932dc256dd30637bd6 /examples/device/cdc_msc_hid/Makefile
parent861e7e6a7982c3e2b7e3c05b566eb06cd32b15c4 (diff)
parent734b3ada8a57ca4c8c90a7502c5547a891886481 (diff)
Merge pull request #18 from hathach/devlocal
Devlocal
Diffstat (limited to 'examples/device/cdc_msc_hid/Makefile')
-rw-r--r--examples/device/cdc_msc_hid/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_hid/Makefile b/examples/device/cdc_msc_hid/Makefile
index 4fddc1a14..11c05ad26 100644
--- a/examples/device/cdc_msc_hid/Makefile
+++ b/examples/device/cdc_msc_hid/Makefile
@@ -80,8 +80,7 @@ LIB_SOURCE += \
src/class/cdc/cdc_device.c \
src/class/hid/hid_device.c \
src/tusb.c \
- src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c \
- src/portable/$(VENDOR)/$(CHIP_FAMILY)/hal_$(CHIP_FAMILY).c
+ src/portable/$(VENDOR)/$(CHIP_FAMILY)/dcd_$(CHIP_FAMILY).c
SRC_C += $(LIB_SOURCE)