micropeak: Make reported 'max height' value show filtered max height
[fw/altos] / altoslib / AltosSensorTMini3.java
index bb7fcd7770c99be8b1574a3a9bb361bf561cbed1..b92def03475357ca1b563615501f292ae6392004 100644 (file)
@@ -26,7 +26,7 @@ public class AltosSensorTMini3 {
        public int      main;
        public int      batt;
 
-       static public void provide_data(AltosDataListener listener, AltosLink link, AltosCalData cal_data) throws InterruptedException {
+       static public void provide_data(AltosDataListener listener, AltosLink link) throws InterruptedException {
                try {
                        AltosSensorTMini3       sensor_tmini = new AltosSensorTMini3(link);