rename hid multiple interface

This commit is contained in:
hathach
2020-10-09 13:50:55 +07:00
parent 89bf4fa04c
commit 2219068371
5 changed files with 1 additions and 1 deletions

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