house keeping

This commit is contained in:
hathach
2022-11-21 12:28:33 +07:00
parent 64ecf43663
commit 53677d4844
6 changed files with 8 additions and 14 deletions

View File

@@ -11,9 +11,6 @@ EXAMPLE_SOURCE += \
SRC_C += $(addprefix $(CURRENT_PATH)/, $(EXAMPLE_SOURCE))
# TODO: suppress warning caused by host stack
CFLAGS += -Wno-error=cast-align -Wno-error=null-dereference
# TinyUSB Host Stack source
SRC_C += \
src/class/cdc/cdc_host.c \