diff options
Diffstat (limited to 'testhal/SPC56ELxx/SPI/mcuconf.h')
-rw-r--r-- | testhal/SPC56ELxx/SPI/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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()
/*
|