diff options
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 =
|