Skip to content

Commit 14f2546

Browse files
committed
increased uart BAUDRATE
1 parent 6a5b01f commit 14f2546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/pinout_definitions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
// Uart
9696
#define UART_TX PA9
9797
#define UART_RX PA10
98-
#define UART_BAUD 115200
98+
#define UART_BAUD 460800
9999

100100

101101
// Errors

0 commit comments

Comments
 (0)