From 4854a3136aa7eb35297e1542cb2354e40a1c0a8d Mon Sep 17 00:00:00 2001 From: acirillo87 Date: Sat, 22 Jun 2013 17:15:49 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5872 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/SPC56ELxx/CAN/mcuconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testhal/SPC56ELxx/CAN/mcuconf.h') 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) | \ -- cgit v1.2.3