Add back the RDF tone generator
[fw/altos] / src / ao_flight_test.c
index fde38dc334b2ccbbdc43902eba076b27241937e4..9fcb00c2412d4b3b49ece5d1c4740643ca2921c6 100644 (file)
@@ -51,7 +51,7 @@ enum ao_flight_state {
        ao_flight_pad = 2,
        ao_flight_boost = 3,
        ao_flight_fast = 4,
-       ao_flight_apogee = 5,
+       ao_flight_coast = 5,
        ao_flight_drogue = 6,
        ao_flight_main = 7,
        ao_flight_landed = 8,
@@ -68,6 +68,7 @@ uint8_t ao_adc_head;
 #define ao_cmd_register(c)
 #define ao_usb_disable()
 #define ao_telemetry_set_interval(x)
+#define ao_rdf_set(rdf)
 
 enum ao_igniter {
        ao_igniter_drogue = 0,
@@ -106,7 +107,7 @@ ao_sleep(void *wchan);
 
 const char const * const ao_state_names[] = {
        "startup", "idle", "pad", "boost", "fast",
-       "apogee", "drogue", "main", "landed", "invalid"
+       "coast", "drogue", "main", "landed", "invalid"
 };
 
 struct ao_cmds {