EPROMEmu/Src/usart.c

7 lines
90 B
C

#include "usart.h"
void USART1_IRQHandler(void)
{
HAL_UART_IRQHandler(&huart1);
}