altos: Don't start ADC ring until the other sensors have a valid value
[fw/altos] / src / drivers / ao_ms5607.h
index fd5bc984e9930b244fb80e90153daae007ca6541..1384d3a2ce6a026749769a485b1ec47bf9967fb2 100644 (file)
@@ -51,6 +51,7 @@ struct ao_ms5607_sample {
        uint32_t        temp;   /* raw 24 bit sensor */
 };
 
+extern uint8_t ao_ms5607_valid;
 extern struct ao_ms5607_sample ao_ms5607_current;
 
 struct ao_ms5607_value {