aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-12 14:08:46 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-12 14:08:46 +0000
commit9343707ee283190273d0c4e94f8fdf1b9d264905 (patch)
treefd9c0976c383730f35fa51e36caad62a2112e526 /testhal
parentfa0f676801195d9887184175bf5c59d0d1e9c0cb (diff)
downloadChibiOS-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 'testhal')
-rw-r--r--testhal/SPC560Pxx/PWM-ICU/Makefile2
-rw-r--r--testhal/SPC560Pxx/SPI/mcuconf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/Makefile b/testhal/SPC560Pxx/PWM-ICU/Makefile
index 4d69bc950..1bdaed928 100644
--- a/testhal/SPC560Pxx/PWM-ICU/Makefile
+++ b/testhal/SPC560Pxx/PWM-ICU/Makefile
@@ -146,7 +146,7 @@ DLIBS =
#
# List all user C define here, like -D_DEBUG=1
-UDEFS =
+UDEFS = -D_SPC560P50L5_
# Define ASM defines here
UADEFS =
diff --git a/testhal/SPC560Pxx/SPI/mcuconf.h b/testhal/SPC560Pxx/SPI/mcuconf.h
index 0d79df73a..940185854 100644
--- a/testhal/SPC560Pxx/SPI/mcuconf.h
+++ b/testhal/SPC560Pxx/SPI/mcuconf.h
@@ -213,7 +213,7 @@
#define SPC5_SPI_USE_DSPI1 TRUE
#define SPC5_SPI_USE_DSPI2 TRUE
#define SPC5_SPI_USE_DSPI3 TRUE
-#define SPC5_SPI_USE_DSPI4 TRUE
+#define SPC5_SPI_USE_DSPI4 FALSE
#define SPC5_SPI_DSPI0_MCR (SPC5_MCR_PCSIS0 | \
SPC5_MCR_PCSIS1 | \
SPC5_MCR_PCSIS2 | \