Add flag to avoid liker error message aboud undefined references

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14556 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Theodore Ateba 2021-06-15 21:06:04 +00:00
parent 369b1bca7e
commit b79efa1963
3 changed files with 3 additions and 3 deletions

View File

@ -173,7 +173,7 @@ CPPWARN =
#
# List all user C define here, like -D_DEBUG=1.
UDEFS =
UDEFS = -DTEST_CFG_SIZE_REPORT=0
# Define ASM defines here.
UADEFS =

View File

@ -171,7 +171,7 @@ CPPWARN =
#
# List all user C define here, like -D_DEBUG=1.
UDEFS =
UDEFS = -DTEST_CFG_SIZE_REPORT=0
# Define ASM defines here.
UADEFS =

View File

@ -171,7 +171,7 @@ CPPWARN =
#
# List all user C define here, like -D_DEBUG=1.
UDEFS =
UDEFS = -DTEST_CFG_SIZE_REPORT=0
# Define ASM defines here.
UADEFS =