mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-04 14:07:45 +00:00
omit unused chibios features from chconf.h
This commit is contained in:
parent
16923eaacf
commit
6d2941bd51
2 changed files with 13 additions and 13 deletions
2
Makefile
2
Makefile
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue