summaryrefslogtreecommitdiff
path: root/src/megametrum-v0.1/ao_megametrum.c
diff options
context:
space:
mode:
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;