Init
This commit is contained in:
parent
b4e3fed40a
commit
bff13bd1f1
|
|
@ -19,8 +19,8 @@ void vSerialPortLinInit(
|
||||||
) {
|
) {
|
||||||
env->uart = uart;
|
env->uart = uart;
|
||||||
|
|
||||||
env->linLastByteTime = 15;
|
env->linLastByteTime = 5;
|
||||||
env->linFrameTimeoutMs = 15;
|
env->linFrameTimeoutMs = 5;
|
||||||
|
|
||||||
usart_reset(uart);
|
usart_reset(uart);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue