altos: Stick flight state in GPS location packets
[fw/altos] / src / kernel / ao_telemetry.h
index fe07c2af490d14368a994012815d81ec869ad159..1aeda264389498e0702b8ff37850457379330e28 100644 (file)
@@ -115,7 +115,7 @@ struct ao_telemetry_location {
        uint16_t        ground_speed;   /* 26 cm/s */
        int16_t         climb_rate;     /* 28 cm/s */
        uint8_t         course;         /* 30 degrees / 2 */
-       uint8_t         unused[1];      /* 31 */
+       uint8_t         state;          /* 31 flight state */
        /* 32 */
 };