altos: Mark GPS telemetry packets with GPS time stamp
[fw/altos] / src / core / ao_telemetry.c
index 03aa48d87b54deb11ad33fb931839b8ea0482164..c3bbfec5aa7d40468f903ab53919985979020636 100644 (file)
@@ -230,6 +230,7 @@ ao_send_location(void)
                ao_xmemcpy(&telemetry.location.flags,
                       &ao_gps_data.flags,
                       26);
+               telemetry.location.tick = ao_gps_tick;
                ao_mutex_put(&ao_gps_mutex);
                ao_radio_send(&telemetry, sizeof (telemetry));
                ao_telemetry_loc_cur = ao_telemetry_config_max;