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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c
index 6bf43cb1..0d88f4c1 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -29,6 +29,9 @@ main(void)
ao_cmd_init();
ao_gps_init();
ao_config_init();
+ ao_dma_init();
+ ao_spi_init();
+ ao_ms5607_init();
ao_start_scheduler();
return 0;