diff options
author | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-22 17:15:49 +0000 |
---|---|---|
committer | acirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-22 17:15:49 +0000 |
commit | 4854a3136aa7eb35297e1542cb2354e40a1c0a8d (patch) | |
tree | 7ce88de10a896ed2d4c1f9c312628fcaf6ab020b /testhal/SPC56ELxx/CAN/mcuconf.h | |
parent | 34d1df589ed8619799e89e296ba830bdc5db4a87 (diff) | |
download | ChibiOS-4854a3136aa7eb35297e1542cb2354e40a1c0a8d.tar.gz ChibiOS-4854a3136aa7eb35297e1542cb2354e40a1c0a8d.tar.bz2 ChibiOS-4854a3136aa7eb35297e1542cb2354e40a1c0a8d.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5872 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC56ELxx/CAN/mcuconf.h')
-rw-r--r-- | testhal/SPC56ELxx/CAN/mcuconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/SPC56ELxx/CAN/mcuconf.h b/testhal/SPC56ELxx/CAN/mcuconf.h index 212082fc9..a310fd439 100644 --- a/testhal/SPC56ELxx/CAN/mcuconf.h +++ b/testhal/SPC56ELxx/CAN/mcuconf.h @@ -222,14 +222,14 @@ #define SPC5_CAN_USE_FILTERS TRUE
#define SPC5_CAN_USE_FLEXCAN0 TRUE
-#define SPC5_CAN_FLEXCAN0_PRIORITY 11
+#define SPC5_CAN_FLEXCAN0_IRQ_PRIORITY 11
#define SPC5_CAN_FLEXCAN0_START_PCTL (SPC5_ME_PCTL_RUN(1) | \
SPC5_ME_PCTL_LP(2))
#define SPC5_CAN_FLEXCAN0_STOP_PCTL (SPC5_ME_PCTL_RUN(0) | \
SPC5_ME_PCTL_LP(0))
#define SPC5_CAN_USE_FLEXCAN1 FALSE
-#define SPC5_CAN_FLEXCAN1_PRIORITY 11
+#define SPC5_CAN_FLEXCAN1_IRQ_PRIORITY 11
#define SPC5_CAN_FLEXCAN1_START_PCTL (SPC5_ME_PCTL_RUN(1) | \
SPC5_ME_PCTL_LP(2))
#define SPC5_CAN_FLEXCAN1_STOP_PCTL (SPC5_ME_PCTL_RUN(0) | \
|