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);