summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-05-28 23:17:33 -0700
committerKeith Packard <keithp@keithp.com>2009-05-28 23:17:33 -0700
commit3a3bfd471a868d546d83cdc431b53c8f5208edb9 (patch)
tree973f40949c1deb0eb152ec299d7b06be7ee806cd /ao.h
parent4d83eef0fe1d24a845ab29a535dfc56e13e7ee20 (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.h')
-rw-r--r--ao.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ao.h b/ao.h
index 411b950d..1f32ba50 100644
--- a/ao.h
+++ b/ao.h
@@ -744,9 +744,6 @@ void
ao_telemetry_set_interval(uint16_t interval);
void
-ao_rdf_set(uint8_t rdf);
-
-void
ao_telemetry_init(void);
/*
@@ -766,12 +763,6 @@ void
ao_radio_recv(__xdata struct ao_radio_recv *recv) __reentrant;
void
-ao_radio_rdf(void);
-
-void
-ao_radio_rdf_abort(void);
-
-void
ao_radio_init(void);
/*