summaryrefslogtreecommitdiff
path: root/ao_main.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-17 23:38:14 -0700
committerKeith Packard <keithp@keithp.com>2009-04-17 23:38:14 -0700
commit022f83ca6fd589005d8eb3e25e633950fef69fa7 (patch)
tree4a081c02188cadbc93de00c96cd2f6a8f2b59d53 /ao_main.c
parent5e2393eb6b1a6d7b180bd63d5165ee7b7ff5f9e0 (diff)
Add gps, debug dongle support and pressure alt tables
GPS also pulled in serial support. The altitude tables take raw 11-bit pressure sample numbers and convert them to standard pressure altitude values. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_main.c')
-rw-r--r--ao_main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ao_main.c b/ao_main.c
index a63cadb7..e4ccdf59 100644
--- a/ao_main.c
+++ b/ao_main.c
@@ -37,5 +37,7 @@ main(void)
ao_log_init();
ao_report_init();
ao_usb_init();
+ ao_serial_init();
+ ao_gps_init();
ao_start_scheduler();
}