aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/SPC56ELxx/CAN/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/SPC56ELxx/CAN/mcuconf.h')
-rw-r--r--testhal/SPC56ELxx/CAN/mcuconf.h4
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) | \