Обновление
This commit is contained in:
parent
3f3372c62a
commit
633c44ea55
2
Lins.c
2
Lins.c
|
|
@ -276,9 +276,11 @@ static void Lin4CallbackHandler(uint8_t u8LinIndex, void *state) {
|
|||
LIN_PORTS.lin4.LinExtCallbackHandler(LIN_PORTS.lin4.envCallExtBack, u8LinIndex, state);
|
||||
}
|
||||
|
||||
/*
|
||||
void FCUART2_RxTx_IRQHandler(void) {
|
||||
LIN_DrvIRQHandler(LIN_PORTS.lin4.UART_INDEX);
|
||||
}
|
||||
*/
|
||||
|
||||
tLinData *Lin4_Init(lin_callback_ext_t Lin_ExtCallbackHandler) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue