summaryrefslogtreecommitdiff
path: root/ao_telemetrum.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-24 19:17:37 -0700
committerKeith Packard <keithp@keithp.com>2009-04-24 19:17:52 -0700
commit6b3d25a6d6d7847765eb03b836913dd5ecef2993 (patch)
treeb7b9baf0b003d4278c48e62fba3cdda5b8bf40b0 /ao_telemetrum.c
parentad0d2d88a91cbd02c56ea5ff6dab23e16aec6510 (diff)
Add monitor task to flight software
Allows the use of telemetrum in teledongle mode.
Diffstat (limited to 'ao_telemetrum.c')
-rw-r--r--ao_telemetrum.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_telemetrum.c b/ao_telemetrum.c
index 0a4b3a49..542db799 100644
--- a/ao_telemetrum.c
+++ b/ao_telemetrum.c
@@ -41,6 +41,7 @@ main(void)
ao_gps_init();
ao_telemetry_init();
ao_radio_init();
+ ao_monitor_init();
ao_igniter_init();
ao_dbg_init();
ao_start_scheduler();