From b4dde0d786e73cea46a49965fcb25333edc7abee Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 10 Feb 2018 10:10:57 +0000 Subject: MISRA-related changes. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11470 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/nil/testbuild/.cproject | 18 +++++++++++++----- test/nil/testbuild/Makefile | 2 +- 2 files changed, 14 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/nil/testbuild/.cproject b/test/nil/testbuild/.cproject index e303e64dc..069aab267 100644 --- a/test/nil/testbuild/.cproject +++ b/test/nil/testbuild/.cproject @@ -1,7 +1,5 @@ - - - + @@ -41,12 +39,22 @@ + + + + + + + + + + + + - - diff --git a/test/nil/testbuild/Makefile b/test/nil/testbuild/Makefile index d17de8134..19cae4420 100755 --- a/test/nil/testbuild/Makefile +++ b/test/nil/testbuild/Makefile @@ -198,7 +198,7 @@ CPPWARN = -Wall -Wextra -Wundef # # List all user C define here, like -D_DEBUG=1 -UDEFS = -DSTM32F303xC +UDEFS = -DSTM32F303xC -D__ARM_ARCH_7EM__=1 # Define ASM defines here UADEFS = -- cgit v1.2.3