altoslib: Make cal_data private in AltosDataListener
[fw/altos] / altoslib / AltosSensorMega.java
index c47ee4b1faf400db7230b30ef6f1831a21c84905..e58b03a1342e329be3741d93fb5049328ee511ff 100644 (file)
@@ -89,7 +89,7 @@ class AltosSensorMega {
                }
        }
 
-       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 {
                        AltosSensorMega sensor_mega = new AltosSensorMega(link);