altoslib: Missed a couple of easy mini voltage API changes
[fw/altos] / src / core / ao_flight_nano.c
index 2e332b12837e3729dae82bb1490b9ae0d4d0ecb9..406d81adc5f1cde7d90763dcecfa3f3059114db1 100644 (file)
@@ -27,8 +27,8 @@ __pdata uint16_t              ao_launch_tick;         /* time of launch detect */
  * resting
  */
 __pdata uint16_t               ao_interval_end;
-__pdata int16_t                        ao_interval_min_height;
-__pdata int16_t                        ao_interval_max_height;
+__pdata alt_t                  ao_interval_min_height;
+__pdata alt_t                  ao_interval_max_height;
 
 __pdata uint8_t                        ao_flight_force_idle;