From ad5ce47a747f8a41341fa869607588584a284631 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 15 Sep 2018 11:36:20 +0000 Subject: Reintegrated CANv1 in L4+ HAL. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12263 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- tools/ftl/processors/conf/mcuconf_stm32l4r5xx/mcuconf.h.ftl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/ftl/processors') diff --git a/tools/ftl/processors/conf/mcuconf_stm32l4r5xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32l4r5xx/mcuconf.h.ftl index 9d7a7214b..f54a4184c 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32l4r5xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32l4r5xx/mcuconf.h.ftl @@ -139,6 +139,8 @@ /* * CAN driver system settings. */ +#define STM32_CAN_USE_CAN1 ${doc.STM32_CAN_USE_CAN1!"FALSE"} +#define STM32_CAN_CAN1_IRQ_PRIORITY ${doc.STM32_CAN_CAN1_IRQ_PRIORITY!"11"} /* * DAC driver system settings. -- cgit v1.2.3