rename example to webusb_serial

This commit is contained in:
hathach
2019-07-26 20:21:41 +07:00
parent 394211b9da
commit 77d3124a70
5 changed files with 12 additions and 0 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