- #ifndef __GLO_VAR_H__
- #define __GLO_VAR_H__
- #include "project_config.h"
- extern cmd_05_01_device_status_t mcu_decie_status;
- #define GPS_DATA_LEN (128)
- extern uint8_t gps_data_len;
- extern uint8_t gps_05_02_data[GPS_DATA_LEN];
- extern communication_data_t com_05_03_data;
- #endif
|