altoslib: Make cal_data private in AltosDataListener
[fw/altos] / altoslib / AltosSensorMetrum.java
index 6d64b6baef664ebde488a73d43ac23662d97df58..e01d57cc6bacaf9085f9c55d5fc59a6ed6cf38be 100644 (file)
@@ -53,7 +53,7 @@ class AltosSensorMetrum {
                }
        }
 
-       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 {
                        AltosSensorMetrum       sensor_metrum = new AltosSensorMetrum(link);
                        listener.set_battery_voltage(AltosConvert.mega_battery_voltage(sensor_metrum.v_batt));