diff options
author | edolomb <none@example.com> | 2018-01-17 13:16:06 +0000 |
---|---|---|
committer | edolomb <none@example.com> | 2018-01-17 13:16:06 +0000 |
commit | df330879bb5c5630e847e2e9eec471080b0d18a4 (patch) | |
tree | 317d101e8b2f9de4d537c753838798392457bf8b /testhal/ATSAMA5D2/SPI/Makefile | |
parent | 9b222d8552c5a3a5272fd22e9bdaabfa5ece5678 (diff) | |
download | ChibiOS-df330879bb5c5630e847e2e9eec471080b0d18a4.tar.gz ChibiOS-df330879bb5c5630e847e2e9eec471080b0d18a4.tar.bz2 ChibiOS-df330879bb5c5630e847e2e9eec471080b0d18a4.zip |
Updated demo SPI
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11299 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/ATSAMA5D2/SPI/Makefile')
-rw-r--r-- | testhal/ATSAMA5D2/SPI/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/ATSAMA5D2/SPI/Makefile b/testhal/ATSAMA5D2/SPI/Makefile index 52802f056..75f0754e3 100644 --- a/testhal/ATSAMA5D2/SPI/Makefile +++ b/testhal/ATSAMA5D2/SPI/Makefile @@ -223,10 +223,10 @@ CPPWARN = -Wall -Wextra -Wundef #
# List all user C define here, like -D_DEBUG=1
-UDEFS =
+UDEFS = -DCH_CFG_USE_MMU
# Define ASM defines here
-UADEFS =
+UADEFS = -DCH_CFG_USE_MMU
# List all user directories here
UINCDIR =
|