We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6128470 commit 841db2dCopy full SHA for 841db2d
gps_uart.h
@@ -6,7 +6,7 @@
6
#define RX_BUF_SIZE 1024
7
8
static const int gps_baudrates[5] = {9600, 19200, 38400, 57600, 115200};
9
-static int current_gps_baudrate = 3;
+static int current_gps_baudrate = 0;
10
11
typedef struct {
12
bool valid;
0 commit comments