Skip to content

Commit 841db2d

Browse files
authored
Set default baud rate to 9600.
1 parent 6128470 commit 841db2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gps_uart.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#define RX_BUF_SIZE 1024
77

88
static const int gps_baudrates[5] = {9600, 19200, 38400, 57600, 115200};
9-
static int current_gps_baudrate = 3;
9+
static int current_gps_baudrate = 0;
1010

1111
typedef struct {
1212
bool valid;

0 commit comments

Comments
 (0)