omit unused chibios features from chconf.h

This commit is contained in:
TT 2017-01-22 13:07:49 +09:00
parent 16923eaacf
commit 6d2941bd51
2 changed files with 13 additions and 13 deletions

View file

@ -200,7 +200,7 @@ CPPWARN = -Wall -Wextra -Wundef
#
# List all user C define here, like -D_DEBUG=1
UDEFS = -DSHELL_CMD_TEST_ENABLED=FALSE -DARM_MATH_CM0
UDEFS = -DSHELL_CMD_TEST_ENABLED=FALSE -DSHELL_CMD_MEM_ENABLED=FALSE -DARM_MATH_CM0
# Define ASM defines here
UADEFS =