diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-06 14:11:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-06 14:11:29 +0000 |
commit | f85a97a786a176d088f807d3de4a2ec93030ef8e (patch) | |
tree | 661525a3d846e2173ec9f887043677d978e0c6d9 /testhal | |
parent | 22445d8fd2152eaa3b07d6ad8c57b80af29bd088 (diff) | |
download | ChibiOS-f85a97a786a176d088f807d3de4a2ec93030ef8e.tar.gz ChibiOS-f85a97a786a176d088f807d3de4a2ec93030ef8e.tar.bz2 ChibiOS-f85a97a786a176d088f807d3de4a2ec93030ef8e.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5817 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/SPC564Axx/SPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC564Axx/SPI/Makefile b/testhal/SPC564Axx/SPI/Makefile index 18a43ea55..200b9191d 100644 --- a/testhal/SPC564Axx/SPI/Makefile +++ b/testhal/SPC564Axx/SPI/Makefile @@ -147,7 +147,7 @@ DLIBS = #
# List all user C define here, like -D_DEBUG=1
-UDEFS =
+UDEFS = -D_SPC564A70L7_
# Define ASM defines here
UADEFS =
|