This commit is contained in:
cfif 2026-06-02 17:45:33 +03:00
parent b4e3fed40a
commit bff13bd1f1
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ void vSerialPortLinInit(
) {
env->uart = uart;
env->linLastByteTime = 15;
env->linFrameTimeoutMs = 15;
env->linLastByteTime = 5;
env->linFrameTimeoutMs = 5;
usart_reset(uart);