diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-04 11:45:52 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-04 11:45:52 -0700 |
commit | 54545640b0db7747137655f84bc67fd290ecb904 (patch) | |
tree | 6cee8db5f36a5c2b7cfd2c3f6bc16287325d4d21 /src/ao_flight_test.c | |
parent | 9fafee109e96435c96639b21211cac0500673a63 (diff) |
Add back the RDF tone generator
Tracking the rocket on the ground may be easier using tones than using
the digital data stream, so we'll try that and see what we think.
This reverts commit 3a3bfd471a868d546d83cdc431b53c8f5208edb9.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_flight_test.c')
-rw-r--r-- | src/ao_flight_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_flight_test.c b/src/ao_flight_test.c index 1466b886..9fcb00c2 100644 --- a/src/ao_flight_test.c +++ b/src/ao_flight_test.c @@ -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, |