altos: Don't start ADC ring until the other sensors have a valid value
[fw/altos] / src / drivers / ao_mpu6000.h
index 5e52148d396f6511a647374601d1ca9586335d68..fc7af1e0390c289c308a5c445175bdf04940e96b 100644 (file)
@@ -156,6 +156,7 @@ struct ao_mpu6000_sample {
 };
 
 extern struct ao_mpu6000_sample ao_mpu6000_current;
+extern uint8_t ao_mpu6000_valid;
 
 void
 ao_mpu6000_init(void);