glo_var.h 279 B

1234567891011121314
  1. #ifndef __GLO_VAR_H__
  2. #define __GLO_VAR_H__
  3. #include "project_config.h"
  4. extern cmd_05_01_device_status_t mcu_decie_status;
  5. #define GPS_DATA_LEN (128)
  6. extern uint8_t gps_data_len;
  7. extern uint8_t gps_05_02_data[GPS_DATA_LEN];
  8. extern communication_data_t com_05_03_data;
  9. #endif