From 760b516dc191ffc55a828ee9c29a77c262301898 Mon Sep 17 00:00:00 2001 From: cfif Date: Fri, 6 Feb 2026 12:57:46 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lins.c b/Lins.c index 368437f..47cfcbf 100644 --- a/Lins.c +++ b/Lins.c @@ -276,9 +276,9 @@ 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); -} +//void FCUART2_RxTx_IRQHandler(void) { +// LIN_DrvIRQHandler(LIN_PORTS.lin4.UART_INDEX); +//} tLinData *Lin4_Init(lin_callback_ext_t Lin_ExtCallbackHandler) {