migrate slow ADC to software timer so that TIM8 is also available for input capture #630

This commit is contained in:
rusefi 2020-02-24 00:12:51 -05:00
parent 33ba33d533
commit f1866f6792
1 changed files with 0 additions and 1 deletions

View File

@ -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