flexibility?
https://github.com/rusefi/rusefi/pull/5196 https://github.com/rusefi/alphax-4chan/issues/100
This commit is contained in:
parent
ee5c1fd446
commit
ddacf77146
|
@ -215,10 +215,22 @@
|
|||
#define STM32_PWM_USE_TIM3 TRUE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_PWM_USE_TIM4
|
||||
#define STM32_PWM_USE_TIM4 TRUE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_PWM_USE_TIM5
|
||||
#define STM32_PWM_USE_TIM5 TRUE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_PWM_USE_TIM8
|
||||
#define STM32_PWM_USE_TIM8 TRUE
|
||||
#endif
|
||||
|
||||
#ifndef STM32_PWM_USE_TIM9
|
||||
#define STM32_PWM_USE_TIM9 FALSE
|
||||
#endif
|
||||
|
||||
#define STM32_PWM_TIM1_IRQ_PRIORITY 7
|
||||
#define STM32_PWM_TIM2_IRQ_PRIORITY 7
|
||||
#define STM32_PWM_TIM3_IRQ_PRIORITY 7
|
||||
|
|
Loading…
Reference in New Issue