diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-28 23:17:33 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-28 23:17:33 -0700 |
commit | 3a3bfd471a868d546d83cdc431b53c8f5208edb9 (patch) | |
tree | 973f40949c1deb0eb152ec299d7b06be7ee806cd /ao_flight_test.c | |
parent | 4d83eef0fe1d24a845ab29a535dfc56e13e7ee20 (diff) |
Eliminate RDF tone generation.
Now that we have a viable telemetry-signal based RDF device via TeleDongle,
there's no reason to continue to waste power and bandwidth with a NFM tone.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_flight_test.c')
-rw-r--r-- | ao_flight_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ao_flight_test.c b/ao_flight_test.c index 038c5b2b..f4731aa8 100644 --- a/ao_flight_test.c +++ b/ao_flight_test.c @@ -68,7 +68,6 @@ 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, |