diff options
author | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-27 10:45:26 +0000 |
---|---|---|
committer | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-07-27 10:45:26 +0000 |
commit | 8b47146fa2b12a9cfc420f529d91403e7f214e7c (patch) | |
tree | c379e0f619d7c100213d4ce48d8814285707f449 /testhal/SPC563Mxx/CAN/mcuconf.h | |
parent | f1567c02f776dc12a3d6dcbe56959c58644d42d9 (diff) | |
download | ChibiOS-8b47146fa2b12a9cfc420f529d91403e7f214e7c.tar.gz ChibiOS-8b47146fa2b12a9cfc420f529d91403e7f214e7c.tar.bz2 ChibiOS-8b47146fa2b12a9cfc420f529d91403e7f214e7c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6031 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC563Mxx/CAN/mcuconf.h')
-rw-r--r-- | testhal/SPC563Mxx/CAN/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/SPC563Mxx/CAN/mcuconf.h b/testhal/SPC563Mxx/CAN/mcuconf.h index ce51a1a47..0fd5790a1 100644 --- a/testhal/SPC563Mxx/CAN/mcuconf.h +++ b/testhal/SPC563Mxx/CAN/mcuconf.h @@ -82,7 +82,7 @@ #define SPC5_CAN_USE_FILTERS FALSE
#define SPC5_CAN_USE_FLEXCAN0 TRUE
-#define SPC5_CAN_FLEXCAN0_IRQ_PRIORITY 2
+#define SPC5_CAN_FLEXCAN0_IRQ_PRIORITY 11
#define SPC5_CAN_USE_FLEXCAN1 FALSE
-#define SPC5_CAN_FLEXCAN1_IRQ_PRIORITY 11
+#define SPC5_CAN_FLEXCAN1_IRQ_PRIORITY 11
|