summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/ao_megametrum.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-23 00:55:53 -0700
committerKeith Packard <keithp@keithp.com>2012-03-28 21:37:04 -0700
commitf2c110fb4531144f18f62200e4127738c84e87f1 (patch)
treeda29a77a0afae904d203ccc1c9749fb536d4416d /src/megametrum-v0.1/ao_megametrum.c
parent0bda768c2be5b81bec13f21d4d3bb6a11a8e88fa (diff)
Get config stuff hooked up for MegaMetrum
This stubs out enough stuff to let ao_config link and work Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/ao_megametrum.c')
-rw-r--r--src/megametrum-v0.1/ao_megametrum.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c
index 14881eb8..6bf43cb1 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -27,6 +27,8 @@ main(void)
ao_led_on(AO_LED_GREEN);
ao_timer_init();
ao_cmd_init();
+ ao_gps_init();
+ ao_config_init();
ao_start_scheduler();
return 0;