diff options
author | edolomb <none@example.com> | 2018-02-12 17:26:45 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-02-12 17:26:45 +0000 |
commit | 23542502317f8698484ea074c94ce93d27f8c30d (patch) | |
tree | aa2a986a8dd83542dd3e4bb1d88b9253932df630 /testhal/ATSAMA5D2/SERIAL | |
parent | cf245dd5beb43abdcc2676231ade07d4c2380f44 (diff) | |
download | ChibiOS-23542502317f8698484ea074c94ce93d27f8c30d.tar.gz ChibiOS-23542502317f8698484ea074c94ce93d27f8c30d.tar.bz2 ChibiOS-23542502317f8698484ea074c94ce93d27f8c30d.zip |
Removed macro
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11489 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2/SERIAL')
-rwxr-xr-x | testhal/ATSAMA5D2/SERIAL/Makefile | 4 |
1 files 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 =
|