From 9343707ee283190273d0c4e94f8fdf1b9d264905 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 12 Jun 2013 14:08:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5843 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/PPC-SPC560P-GCC/Makefile | 2 +- demos/PPC-SPC564A-GCC/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') diff --git a/demos/PPC-SPC560P-GCC/Makefile b/demos/PPC-SPC560P-GCC/Makefile index 3949db752..6423b2caa 100644 --- a/demos/PPC-SPC560P-GCC/Makefile +++ b/demos/PPC-SPC560P-GCC/Makefile @@ -147,7 +147,7 @@ DLIBS = # # List all user C define here, like -D_DEBUG=1 -UDEFS = +UDEFS = -D_SPC560P50L5_ # Define ASM defines here UADEFS = 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 = -- cgit v1.2.3