rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite now

This commit is contained in:
hathach
2019-09-11 13:09:14 +07:00
parent e9bf62bc13
commit 7599541c1a
86 changed files with 0 additions and 3 deletions
+12
View File
@@ -0,0 +1,12 @@
include ../../../tools/top.mk
include ../../make.mk
INC += \
src \
$(TOP)/hw \
# Example source
EXAMPLE_SOURCE += $(wildcard src/*.c)
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
include ../../rules.mk