keil/include/src/gps.c
@@ -1,10 +1,10 @@ #include "board.h" #define GPS_OPEN_TIME_OUT 240 #define GPS_OPEN_TIME_OUT 60 #define GPS_RESTART_TIME1 1200 #define GPS_RESTART_TIME2 120 extern uint16_t gps_wait_count; uint8_t gps_power_state,gps_uwb_flag,gps_4g_flag = 1,gps_timeout_flag,gps_need_data_flag = 1; uint8_t gps_power_state,gps_uwb_flag,gps_4g_flag,gps_timeout_flag,gps_need_data_flag = 1; void GPS_Poll(void) {