File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ void TIM8_UP_TIM13_IRQHandler(void) {
786
786
IRQ_EXIT (TIM8_UP_TIM13_IRQn );
787
787
}
788
788
789
- #if defined(STM32G4 ) || defined(STM32L4 )
789
+ #if defined(STM32G4 ) || defined(STM32H5 ) || defined( STM32L4 )
790
790
void TIM8_UP_IRQHandler (void ) {
791
791
IRQ_ENTER (TIM8_UP_IRQn );
792
792
timer_irq_handler (8 );
Original file line number Diff line number Diff line change @@ -884,10 +884,11 @@ STATIC const uint32_t tim_instance_table[MICROPY_HW_MAX_TIMER] = {
884
884
TIM_ENTRY (7 , TIM7_IRQn ),
885
885
#endif
886
886
#endif
887
+
887
888
#if defined(TIM8 )
888
889
#if defined(STM32F4 ) || defined(STM32F7 ) || defined(STM32H7 )
889
890
TIM_ENTRY (8 , TIM8_UP_TIM13_IRQn ),
890
- #elif defined( STM32G4 ) || defined( STM32L4 )
891
+ #else
891
892
TIM_ENTRY (8 , TIM8_UP_IRQn ),
892
893
#endif
893
894
#endif
You can’t perform that action at this time.
0 commit comments