Add flag to avoid liker error message aboud undefined references.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14692 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
75ef9ddb35
commit
55be9ba6be
|
@ -169,7 +169,7 @@ CPPWARN =
|
|||
#
|
||||
|
||||
# List all user C define here, like -D_DEBUG=1.
|
||||
UDEFS =
|
||||
UDEFS = -DTEST_CFG_SIZE_REPORT=0
|
||||
|
||||
# Define ASM defines here.
|
||||
UADEFS =
|
||||
|
|
Loading…
Reference in New Issue