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 77a2bf0a..9efde598 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -50,6 +50,7 @@ main(void)
ao_beep_init();
ao_adc_init();
ao_storage_init();
+ ao_usb_init();
ao_cmd_register(&ao_mm_cmds[0]);
ao_start_scheduler();