migrate slow ADC to software timer so that TIM8 is also available for input capture #630
This commit is contained in:
parent
97d68ccbfa
commit
9decb79a5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue