diff options
Diffstat (limited to 'testhal/SPC560Pxx/CAN/mcuconf.h')
-rw-r--r-- | testhal/SPC560Pxx/CAN/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC560Pxx/CAN/mcuconf.h b/testhal/SPC560Pxx/CAN/mcuconf.h index bdd11f6ae..4d18be947 100644 --- a/testhal/SPC560Pxx/CAN/mcuconf.h +++ b/testhal/SPC560Pxx/CAN/mcuconf.h @@ -183,7 +183,7 @@ #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) | \
|