altos: Go back to recording sensor data in globals
[fw/altos] / src / drivers / ao_mpu6000.h
index 5e52148d396f6511a647374601d1ca9586335d68..ab36d6f27aeacf801aeec6fe943bfea5dc84ab70 100644 (file)
@@ -155,7 +155,7 @@ struct ao_mpu6000_sample {
        int16_t         gyro_z;
 };
 
-extern struct ao_mpu6000_sample ao_mpu6000_current;
+extern struct ao_mpu6000_sample        ao_mpu6000_current;
 
 void
 ao_mpu6000_init(void);