Skip to content

Commit

Permalink
why was LIN enabled...?
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Jan 24, 2025
1 parent a20ad92 commit ac7a051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/uart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
SerialConfig cfg = {
.speed = DEBUG_SERIAL_BAUDRATE,
.cr1 = 0,
.cr2 = USART_CR2_STOP1_BITS | USART_CR2_LINEN,
.cr2 = USART_CR2_STOP1_BITS,
.cr3 = 0
};

Expand Down

0 comments on commit ac7a051

Please sign in to comment.