enable CFG_TUSB_DEBUG on DEBUG build

This commit is contained in:
hathach
2019-05-14 17:36:03 +07:00
parent 851cf5426a
commit 6e443d1918
7 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ CFLAGS += \
# Debugging/Optimization
ifeq ($(DEBUG), 1)
CFLAGS += -O0 -ggdb
CFLAGS += -O0 -ggdb -DCFG_TUSB_DEBUG=1
else
CFLAGS += -flto -Os
endif