aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC563Mxx/ADC
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-14 14:25:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-14 14:25:39 +0000
commit8e9ee823a71b5bfe944f7ff4ceaa1d568c610e6e (patch)
treeca94c78ac5bacf1740e95dd60d8e0f5288056bfe /testhal/SPC563Mxx/ADC
parent126943984c591c952bd0b9f6b2d36d97be823de3 (diff)
downloadChibiOS-8e9ee823a71b5bfe944f7ff4ceaa1d568c610e6e.tar.gz
ChibiOS-8e9ee823a71b5bfe944f7ff4ceaa1d568c610e6e.tar.bz2
ChibiOS-8e9ee823a71b5bfe944f7ff4ceaa1d568c610e6e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5849 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC563Mxx/ADC')
-rw-r--r--testhal/SPC563Mxx/ADC/mcuconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/testhal/SPC563Mxx/ADC/mcuconf.h b/testhal/SPC563Mxx/ADC/mcuconf.h
index db7cfabb1..18cc088ac 100644
--- a/testhal/SPC563Mxx/ADC/mcuconf.h
+++ b/testhal/SPC563Mxx/ADC/mcuconf.h
@@ -58,10 +58,6 @@
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
#define SPC5_EDMA_GROUP1_PRIORITIES \
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
-#define SPC5_EDMA_GROUP2_PRIORITIES \
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
-#define SPC5_EDMA_GROUP3_PRIORITIES \
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
#define SPC5_EDMA_ERROR_IRQ_PRIO 2
#define SPC5_EDMA_ERROR_HANDLER() chSysHalt()