From 633c44ea552062ff185d6c1b0b52170a44ac0518 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 11 Feb 2026 11:13:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Lins.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lins.c b/Lins.c index 368437f..19d0471 100644 --- a/Lins.c +++ b/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) {