Initial TeleMini bits
[fw/altos] / src / drivers / ao_ms5607.h
index 4c29f6a7448facf7d4e44c333a60108af2474146..3fd43fd44b1df1943d41f56e69e87ef3f3c913de 100644 (file)
@@ -56,7 +56,10 @@ struct ao_ms5607_value {
        int32_t         temp;   /* in °C * 100 */
 };
 
-extern struct ao_ms5607_sample ao_ms5607_current;
+extern __xdata struct ao_ms5607_sample ao_ms5607_current;
+
+void
+ao_ms5607_setup(void);
 
 void
 ao_ms5607_init(void);