rusefi 2023-03-24 17:37:19 -04:00
parent 616bc639bc
commit 7accc0eb9b
1 changed files with 2 additions and 1 deletions

View File

@ -211,7 +211,8 @@
#define STM32_PWM_USE_TIM2 FALSE
#ifndef STM32_PWM_USE_TIM3
#define STM32_PWM_USE_TIM3 FALSE
// Hellen often uses TIM3 for ETB
#define STM32_PWM_USE_TIM3 TRUE
#endif
#define STM32_PWM_USE_TIM4 TRUE