Merge branch 'telemini' into telebt
authorKeith Packard <keithp@keithp.com>
Tue, 19 Apr 2011 21:06:39 +0000 (14:06 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 19 Apr 2011 21:06:39 +0000 (14:06 -0700)
1  2 
altosui/Altos.java
altosui/AltosEepromDownload.java
src/ao_pins.h

Simple merge
index 5c7049683008fc8107c0fdd0d1191130b43838e0,3dd5b12f4794d15dacd38e59274757d27807226e..82f01ef52ea360dc53dc59ecda51203777c5067a
@@@ -155,10 -155,10 +155,11 @@@ public class AltosEepromDownload implem
                                int     s = v ^ 0x8000;
  
                                if (Altos.ao_flight_startup <= s && s <= Altos.ao_flight_invalid) {
-                                       r = new AltosEepromRecord(Altos.AO_LOG_STATE, tiny_tick, s, 0);
-                                       if (s == Altos.ao_flight_landed)
+                                       state = s;
+                                       r = new AltosEepromRecord(Altos.AO_LOG_STATE, tiny_tick, state, 0);
+                                       if (state == Altos.ao_flight_landed)
                                                done = true;
 +                                      state = s;
                                        any_valid = true;
                                } else {
                                        if (v != 0xffff)
diff --cc src/ao_pins.h
Simple merge