altoslib: Missed a couple of easy mini voltage API changes
[fw/altos] / src / core / ao_log_telem.c
index 23ebf7ddc62dc8e2efaf4e39531a3c2817c8ff19..095aca371d0227b0851a143b8e567ef4a6e6a261 100644 (file)
@@ -23,7 +23,7 @@ __code uint8_t ao_log_format = AO_LOG_FORMAT_TELEMETRY;
 
 static __data uint8_t                  ao_log_monitor_pos;
 __pdata enum ao_flight_state           ao_flight_state;
-__pdata int16_t                                ao_max_height;  /* max of ao_height */
+__xdata int16_t                                ao_max_height;  /* max of ao_height */
 __pdata int16_t                                sense_d, sense_m;
 __pdata uint8_t                                ao_igniter_present;