diff options
Diffstat (limited to 'src/core/ao_telemetry.c')
-rw-r--r-- | src/core/ao_telemetry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_telemetry.c b/src/core/ao_telemetry.c index 5a1b3d1d..8385c6d0 100644 --- a/src/core/ao_telemetry.c +++ b/src/core/ao_telemetry.c @@ -285,7 +285,7 @@ ao_telemetry(void) #if RADIO_DELAY_AFTER_BOOST while (ao_flight_state < ao_flight_boost) - ao_sleep(&ao_flight_state); + ao_sleep(DATA_TO_XDATA(&ao_flight_state)); ao_delay(AO_SEC_TO_TICKS(RADIO_DELAY_AFTER_BOOST)); #endif |