EPROMEmu/Src/timers.c

7 lines
87 B
C

#include "timers.h"
void TIM6_IRQHandler(void)
{
HAL_TIM_IRQHandler(&htim6);
}