diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-12 14:08:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-12 14:08:46 +0000 |
commit | 9343707ee283190273d0c4e94f8fdf1b9d264905 (patch) | |
tree | fd9c0976c383730f35fa51e36caad62a2112e526 /demos/PPC-SPC564A-GCC | |
parent | fa0f676801195d9887184175bf5c59d0d1e9c0cb (diff) | |
download | ChibiOS-9343707ee283190273d0c4e94f8fdf1b9d264905.tar.gz ChibiOS-9343707ee283190273d0c4e94f8fdf1b9d264905.tar.bz2 ChibiOS-9343707ee283190273d0c4e94f8fdf1b9d264905.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5843 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/PPC-SPC564A-GCC')
-rw-r--r-- | demos/PPC-SPC564A-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/PPC-SPC564A-GCC/Makefile b/demos/PPC-SPC564A-GCC/Makefile index 93d437847..d79a29ab1 100644 --- a/demos/PPC-SPC564A-GCC/Makefile +++ b/demos/PPC-SPC564A-GCC/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 =
|