Обновление

This commit is contained in:
cfif 2025-10-17 13:26:07 +03:00
parent 1f7a8d98a8
commit 5f209e2016
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ static void FCUART_TxCompleteInterrupt_CallBack(uint8_t u8UartIndex, FCUART_Data
PROCESS_UNUSED_VAR(pTxData)
}
void FCUART2_RxTx_IRQHandler(void)
{
void FCUART2_RxTx_IRQHandler(void) {
FCUARTN_RxTx_IRQHandler(SERIAL_PORTS.Lin.UART_INDEX);
}