diff options
-rw-r--r-- | testhal/SPC564Axx/CAN/mcuconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testhal/SPC564Axx/CAN/mcuconf.h b/testhal/SPC564Axx/CAN/mcuconf.h index 01e31924a..2bf1ca071 100644 --- a/testhal/SPC564Axx/CAN/mcuconf.h +++ b/testhal/SPC564Axx/CAN/mcuconf.h @@ -86,3 +86,6 @@ #define SPC5_CAN_USE_FLEXCAN1 FALSE
#define SPC5_CAN_FLEXCAN1_PRIORITY 11
+
+#define SPC5_CAN_USE_FLEXCAN2 FALSE
+#define SPC5_CAN_FLEXCAN2_PRIORITY 11
|