X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fao.h;h=85b7825f759fdd73fd3473250933aaee92fa5200;hp=2e5825777acc69272e85694e4f7476a3b5f883fc;hb=d6749bf24792bb41ca700cf4b8e5e1ac1a63cbf0;hpb=a1da7e871aee75308bc05ce1b7a0dc402e4c9509 diff --git a/src/ao.h b/src/ao.h index 2e582577..85b7825f 100644 --- a/src/ao.h +++ b/src/ao.h @@ -678,6 +678,7 @@ ao_serial_init(void); #define AO_GPS_NUM_SAT_SHIFT (0) #define AO_GPS_VALID (1 << 4) +#define AO_GPS_RUNNING (1 << 5) struct ao_gps_data { uint8_t hour;