From 55be9ba6be87d1bec8dc4615a6cf6988cd8166a5 Mon Sep 17 00:00:00 2001 From: Theodore Ateba Date: Sun, 22 Aug 2021 01:26:30 +0000 Subject: [PATCH] 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 --- testhal/AVR/XMEGA/TEST-SUITE-OSLIB/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/Makefile b/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/Makefile index 78db4156d..da6ab7747 100644 --- a/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/Makefile +++ b/testhal/AVR/XMEGA/TEST-SUITE-OSLIB/Makefile @@ -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 =