re-brand current telefiretwo product as telefireone
[fw/altos] / altoslib / AltosEepromRecordFull.java
index 4b1a460f91230c56d6f21e06ac94cedbd068240a..bce286be73df615c25805838199c6cffd119728e 100644 (file)
@@ -19,12 +19,12 @@ public class AltosEepromRecordFull extends AltosEepromRecord {
 
        public static final int max_sat = 12;
 
-       public void update_state(AltosState state) {
+       public void update_state(AltosFlightListener state) {
                super.update_state(state);
                AltosGPS        gps;
 
                /* Flush any pending GPS changes */
-               if (state.gps_pending) {
+               if (state.gps_pending()) {
                        switch (cmd()) {
                        case AltosLib.AO_LOG_GPS_LAT:
                        case AltosLib.AO_LOG_GPS_LON: