stm32: Add support for F412 MCUs.
This commit is contained in:
committed by
Damien George
parent
8f3167a962
commit
d7399679de
@@ -820,8 +820,12 @@ STATIC const uint32_t tim_instance_table[MICROPY_HW_MAX_TIMER] = {
|
||||
TIM_ENTRY(5, TIM5_IRQn),
|
||||
#endif
|
||||
#if defined(TIM6)
|
||||
#if defined(STM32F412Zx)
|
||||
TIM_ENTRY(6, TIM6_IRQn),
|
||||
#else
|
||||
TIM_ENTRY(6, TIM6_DAC_IRQn),
|
||||
#endif
|
||||
#endif
|
||||
#if defined(TIM7)
|
||||
TIM_ENTRY(7, TIM7_IRQn),
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user