TS: io: serial: no need for LIN functionality on TS port
This commit is contained in:
parent
de48a4f64a
commit
99fc15eadc
|
@ -11,7 +11,7 @@ void SerialTsChannel::start(uint32_t baud) {
|
|||
#if EFI_PROD_CODE
|
||||
.speed = baud,
|
||||
.cr1 = 0,
|
||||
.cr2 = USART_CR2_STOP1_BITS | USART_CR2_LINEN,
|
||||
.cr2 = USART_CR2_STOP1_BITS,
|
||||
.cr3 = 0
|
||||
#endif // EFI_PROD_CODE
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue