From bff13bd1f14f7be5b7cb361d204e68ed2f2183ea Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 2 Jun 2026 17:45:33 +0300 Subject: [PATCH] Init --- Src/SerialPortLinArtery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/SerialPortLinArtery.c b/Src/SerialPortLinArtery.c index 6ffe6bb..04630c7 100644 --- a/Src/SerialPortLinArtery.c +++ b/Src/SerialPortLinArtery.c @@ -19,8 +19,8 @@ void vSerialPortLinInit( ) { env->uart = uart; - env->linLastByteTime = 15; - env->linFrameTimeoutMs = 15; + env->linLastByteTime = 5; + env->linFrameTimeoutMs = 5; usart_reset(uart);