From 23542502317f8698484ea074c94ce93d27f8c30d Mon Sep 17 00:00:00 2001 From: edolomb Date: Mon, 12 Feb 2018 17:26:45 +0000 Subject: Removed macro git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11489 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/ATSAMA5D2/SERIAL/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testhal/ATSAMA5D2/SERIAL/Makefile b/testhal/ATSAMA5D2/SERIAL/Makefile index 8314f5786..fa4cd188f 100755 --- a/testhal/ATSAMA5D2/SERIAL/Makefile +++ b/testhal/ATSAMA5D2/SERIAL/Makefile @@ -225,10 +225,10 @@ CPPWARN = -Wall -Wextra -Wundef # # List all user C define here, like -D_DEBUG=1 -UDEFS = -DCH_CFG_USE_MMU +UDEFS = # Define ASM defines here -UADEFS = -DCH_CFG_USE_MMU +UADEFS = # List all user directories here UINCDIR = -- cgit v1.2.3