From 9decb79a5ec09033ae4749bfd81f5e13e6200188 Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 24 Feb 2020 00:12:51 -0500 Subject: [PATCH] migrate slow ADC to software timer so that TIM8 is also available for input capture #630 --- firmware/config/stm32f4ems/mcuconf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/config/stm32f4ems/mcuconf.h b/firmware/config/stm32f4ems/mcuconf.h index bc971dc229..dd7fcbf145 100644 --- a/firmware/config/stm32f4ems/mcuconf.h +++ b/firmware/config/stm32f4ems/mcuconf.h @@ -276,7 +276,6 @@ // todo: https://github.com/rusefi/rusefi/issues/630 ? #define STM32_PWM_USE_TIM4 TRUE #define STM32_PWM_USE_TIM5 FALSE -// todo: https://github.com/rusefi/rusefi/issues/630 ? #define STM32_PWM_USE_TIM8 FALSE #define STM32_PWM_USE_TIM9 FALSE #define STM32_PWM_TIM1_IRQ_PRIORITY 7