From 9badd968f53b4da7ed43188b5c2e1680b87581c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucher?= <cfoucher@laas.fr> Date: Wed, 16 Mar 2022 16:15:25 +0000 Subject: [PATCH] Fix for good the quickfix that was introduced to force adding LL source file to compile path. --- zephyr/modules/owntech_timer_driver/zephyr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/modules/owntech_timer_driver/zephyr/Kconfig b/zephyr/modules/owntech_timer_driver/zephyr/Kconfig index 81f1c7d..0facbd9 100644 --- a/zephyr/modules/owntech_timer_driver/zephyr/Kconfig +++ b/zephyr/modules/owntech_timer_driver/zephyr/Kconfig @@ -2,4 +2,4 @@ config OWNTECH_TIMER_DRIVER bool "Enable timer driver by OwnTech (only STM32 timer partial support for now)" default y select DYNAMIC_INTERRUPTS - select PWM + select USE_STM32_LL_TIM # Required to add LL timer source file to compile path -- GitLab