aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-18 14:16:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-18 14:16:02 +0000
commit541b91e9c75ac94908973101e90ad48231bea400 (patch)
tree810f582ddd1d0e0dcfa790d51858d216ccc5238a /os/hal
parent1a76b0008ff6dabc22e1f7b07dcee8f1c38c7b2c (diff)
downloadChibiOS-541b91e9c75ac94908973101e90ad48231bea400.tar.gz
ChibiOS-541b91e9c75ac94908973101e90ad48231bea400.tar.bz2
ChibiOS-541b91e9c75ac94908973101e90ad48231bea400.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5864 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h b/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h
index e66574e4a..ffb92094a 100644
--- a/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h
+++ b/os/hal/platforms/SPC5xx/EDMA_v1/spc5_edma.h
@@ -129,7 +129,7 @@
* @brief EDMA error handler IRQ priority.
*/
#if !defined(SPC5_EDMA_ERROR_IRQ_PRIO) || defined(__DOXYGEN__)
-#define SPC5_EDMA_ERROR_IRQ_PRIO 2
+#define SPC5_EDMA_ERROR_IRQ_PRIO 12
#endif
/**