소스 검색

Set default baud rate to 9600.

Aaron Mavrinac 2 년 전
부모
커밋
841db2df8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;