diff options
author | Keith Packard <keithp@keithp.com> | 2011-07-06 16:19:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-07-06 16:19:46 -0700 |
commit | 0154d13756bcb09f009981ee5e4bd27fd04b8788 (patch) | |
tree | 2f97963e8de0e79dc2c1e6405c69762d2356a8f7 /src/ao_telemini.c | |
parent | b65140a0139075adeddaccf0f4d5c7a75fac4757 (diff) |
altos: Switch Tm and Tn to common telemetry code
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_telemini.c')
-rw-r--r-- | src/ao_telemini.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_telemini.c b/src/ao_telemini.c index dbc3b74c..19d03692 100644 --- a/src/ao_telemini.c +++ b/src/ao_telemini.c @@ -42,7 +42,7 @@ main(void) ao_flight_init(); ao_log_init(); ao_report_init(); - ao_telemetry_tiny_init(); + ao_telemetry_init(); ao_radio_init(); ao_packet_slave_init(TRUE); ao_igniter_init(); |