altoslib: Make cal_data private in AltosDataListener
[fw/altos] / altoslib / AltosSensorTGPS.java
index 5f39e5961f5d89ee5bda70c099f504c9f6edc6fd..14514413de9aceadb57ef6aa0b05251e6a331996 100644 (file)
@@ -24,7 +24,7 @@ public class AltosSensorTGPS {
        public int      tick;
        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 {
                        AltosSensorTGPS sensor_tgps = new AltosSensorTGPS(link);