git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5864 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-06-18 14:16:02 +00:00
parent 1a76b0008f
commit 541b91e9c7
1 changed files with 1 additions and 1 deletions

View File

@ -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
/**