From 678f0847cb045c87af962d081d0f7762bae891e9 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 18 Jun 2013 14:20:32 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5865 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/SPC560Dxx/SPI/mcuconf.h | 2 +- testhal/SPC560Pxx/SPI/mcuconf.h | 2 +- testhal/SPC563Mxx/ADC/mcuconf.h | 2 +- testhal/SPC563Mxx/SPI/mcuconf.h | 2 +- testhal/SPC564Axx/SPI/mcuconf.h | 2 +- testhal/SPC56ELxx/SPI/mcuconf.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'testhal') diff --git a/testhal/SPC560Dxx/SPI/mcuconf.h b/testhal/SPC560Dxx/SPI/mcuconf.h index 320ca274b..6854e3056 100644 --- a/testhal/SPC560Dxx/SPI/mcuconf.h +++ b/testhal/SPC560Dxx/SPI/mcuconf.h @@ -169,7 +169,7 @@ #define SPC5_EDMA_CR_SETTING 0 #define SPC5_EDMA_GROUP0_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_IRQ_PRIO 12 #define SPC5_EDMA_ERROR_HANDLER() chSysHalt() /* diff --git a/testhal/SPC560Pxx/SPI/mcuconf.h b/testhal/SPC560Pxx/SPI/mcuconf.h index ebb8f6420..143134d4e 100644 --- a/testhal/SPC560Pxx/SPI/mcuconf.h +++ b/testhal/SPC560Pxx/SPI/mcuconf.h @@ -155,7 +155,7 @@ #define SPC5_EDMA_CR_SETTING 0 #define SPC5_EDMA_GROUP0_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_IRQ_PRIO 12 #define SPC5_EDMA_ERROR_HANDLER() chSysHalt() /* diff --git a/testhal/SPC563Mxx/ADC/mcuconf.h b/testhal/SPC563Mxx/ADC/mcuconf.h index 18cc088ac..aed689be2 100644 --- a/testhal/SPC563Mxx/ADC/mcuconf.h +++ b/testhal/SPC563Mxx/ADC/mcuconf.h @@ -58,7 +58,7 @@ 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_ERROR_IRQ_PRIO 2 +#define SPC5_EDMA_ERROR_IRQ_PRIO 12 #define SPC5_EDMA_ERROR_HANDLER() chSysHalt() /* diff --git a/testhal/SPC563Mxx/SPI/mcuconf.h b/testhal/SPC563Mxx/SPI/mcuconf.h index 6affa7878..261b44d88 100644 --- a/testhal/SPC563Mxx/SPI/mcuconf.h +++ b/testhal/SPC563Mxx/SPI/mcuconf.h @@ -58,7 +58,7 @@ 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_ERROR_IRQ_PRIO 2 +#define SPC5_EDMA_ERROR_IRQ_PRIO 12 #define SPC5_EDMA_ERROR_HANDLER() chSysHalt() /* diff --git a/testhal/SPC564Axx/SPI/mcuconf.h b/testhal/SPC564Axx/SPI/mcuconf.h index 2fccca076..d73ae8b74 100644 --- a/testhal/SPC564Axx/SPI/mcuconf.h +++ b/testhal/SPC564Axx/SPI/mcuconf.h @@ -62,7 +62,7 @@ 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_IRQ_PRIO 12 #define SPC5_EDMA_ERROR_HANDLER() chSysHalt() /* diff --git a/testhal/SPC56ELxx/SPI/mcuconf.h b/testhal/SPC56ELxx/SPI/mcuconf.h index 6f22f2d18..4b96e87f4 100644 --- a/testhal/SPC56ELxx/SPI/mcuconf.h +++ b/testhal/SPC56ELxx/SPI/mcuconf.h @@ -142,7 +142,7 @@ #define SPC5_EDMA_CR_SETTING 0 #define SPC5_EDMA_GROUP0_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_IRQ_PRIO 12 #define SPC5_EDMA_ERROR_HANDLER() chSysHalt() /* -- cgit v1.2.3