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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c
index 749f251d..a6d93733 100644
--- a/src/megametrum-v0.1/ao_megametrum.c
+++ b/src/megametrum-v0.1/ao_megametrum.c
@@ -43,9 +43,15 @@ main(void)
ao_beep_init();
ao_cmd_init();
+#if HAS_MS5607
ao_ms5607_init();
+#endif
+#if HAS_HMC5883
ao_hmc5883_init();
+#endif
+#if HAS_MPU6000
ao_mpu6000_init();
+#endif
ao_storage_init();