aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC563Mxx/SPI/mcuconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-29 10:26:01 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-05-29 10:26:01 +0000
commit37034c5ecf6ac44a7f65ec4e201c3ad551030495 (patch)
treeca7c0a683a714c5781a8e28a31d95a8d51dc8d07 /testhal/SPC563Mxx/SPI/mcuconf.h
parentd86ed43b3a5479faa2c49af70608af5d7d11cac8 (diff)
downloadChibiOS-37034c5ecf6ac44a7f65ec4e201c3ad551030495.tar.gz
ChibiOS-37034c5ecf6ac44a7f65ec4e201c3ad551030495.tar.bz2
ChibiOS-37034c5ecf6ac44a7f65ec4e201c3ad551030495.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5770 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC563Mxx/SPI/mcuconf.h')
-rw-r--r--testhal/SPC563Mxx/SPI/mcuconf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/SPC563Mxx/SPI/mcuconf.h b/testhal/SPC563Mxx/SPI/mcuconf.h
index 61449eaac..1b373d2cc 100644
--- a/testhal/SPC563Mxx/SPI/mcuconf.h
+++ b/testhal/SPC563Mxx/SPI/mcuconf.h
@@ -92,4 +92,6 @@
#define SPC5_SPI_DSPI2_DMA_PRIO 10
#define SPC5_SPI_DSPI1_DMA_IRQ_PRIO 10
#define SPC5_SPI_DSPI2_DMA_IRQ_PRIO 10
+#define SPC5_SPI_DSPI1_IRQ_PRIO 10
+#define SPC5_SPI_DSPI2_IRQ_PRIO 10
#define SPC5_SPI_DMA_ERROR_HOOK(spip) chSysHalt()