summaryrefslogtreecommitdiff
path: root/src/ao_telemetrum.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-11-01 20:57:03 -0800
committerKeith Packard <keithp@keithp.com>2009-11-01 20:57:03 -0800
commitca5d323a3d206050d95f52a61e92c69e1f54e7b5 (patch)
treeee9bb6903039953d6f0d1a70a6d53bbdbac9ab58 /src/ao_telemetrum.c
parent6c1a9ce16b966a21c885bf3be31cbcb85368b3fa (diff)
Enable packet-based communcation to command processor
This splits the packet code into master/slave halves and hooks the slave side up to the getchar/putchar/flush logic in ao_stdio.c Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_telemetrum.c')
-rw-r--r--src/ao_telemetrum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_telemetrum.c b/src/ao_telemetrum.c
index 07737f30..5250078e 100644
--- a/src/ao_telemetrum.c
+++ b/src/ao_telemetrum.c
@@ -40,7 +40,7 @@ main(void)
ao_gps_report_init();
ao_telemetry_init();
ao_radio_init();
- ao_packet_init();
+ ao_packet_slave_init();
ao_igniter_init();
ao_config_init();
ao_start_scheduler();