Explorar o código

Set default baud rate to 9600.

Aaron Mavrinac %!s(int64=2) %!d(string=hai) anos
pai
achega
841db2df8a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gps_uart.h

+ 1 - 1
gps_uart.h

@@ -6,7 +6,7 @@
 #define RX_BUF_SIZE 1024
 
 static const int gps_baudrates[5] = {9600, 19200, 38400, 57600, 115200};
-static int current_gps_baudrate = 3;
+static int current_gps_baudrate = 0;
 
 typedef struct {
     bool valid;