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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c
index eaab9b50..77a2bf0a 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -49,6 +49,7 @@ main(void)
ao_ms5607_init();
ao_beep_init();
ao_adc_init();
+ ao_storage_init();
ao_cmd_register(&ao_mm_cmds[0]);
ao_start_scheduler();