Обновление
This commit is contained in:
parent
1f7a8d98a8
commit
5f209e2016
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue