diff options
Diffstat (limited to 'demos/PPC-SPC564A-GCC/Makefile')
-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 =
|