Flying Sea Glider / Mbed 2 deprecated 2019_19feb19_jcw_noSD

Dependencies:   mbed MODSERIAL FATFileSystem

Revision:
17:7c16b5671d0e
Parent:
14:85b64a4d08e8
Child:
54:d4990fb68404
diff -r 3363b9f14913 -r 7c16b5671d0e omegaPX209/omegaPX209.hpp
--- a/omegaPX209/omegaPX209.hpp	Mon Nov 06 22:57:56 2017 +0000
+++ b/omegaPX209/omegaPX209.hpp	Tue Nov 21 22:03:26 2017 +0000
@@ -18,7 +18,7 @@
 public:
     omegaPX209(PinName pin);    
     void init();
-    float tare();                   // tares reading to ambient pressure
+    void tare();                   // tares reading to ambient pressure
 
     float getPsi();                 // returns pressure [psi]
     float getDepthFt();             // returns water depth [ft]