diff options
Diffstat (limited to 'src/megametrum-v0.1/ao_megametrum.c')
| -rw-r--r-- | src/megametrum-v0.1/ao_megametrum.c | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/src/megametrum-v0.1/ao_megametrum.c b/src/megametrum-v0.1/ao_megametrum.c index 55324514..d3ae4690 100644 --- a/src/megametrum-v0.1/ao_megametrum.c +++ b/src/megametrum-v0.1/ao_megametrum.c @@ -18,6 +18,7 @@  #include <ao.h>  #include <ao_hmc5883.h>  #include <ao_mpu6000.h> +#include <ao_mma655x.h>  #include <ao_log.h>  #include <ao_exti.h>  #include <ao_packet.h> @@ -53,6 +54,9 @@ main(void)  #if HAS_MPU6000  	ao_mpu6000_init();  #endif +#if HAS_MMA655X +	ao_mma655x_init(); +#endif  	ao_storage_init();  | 
