diff options
author | Bdale Garbee <bdale@gag.com> | 2013-12-18 18:25:35 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-12-18 18:25:35 -0700 |
commit | d9982c257463f23be940eea66bd4dc3aadff0043 (patch) | |
tree | a4744aa4f82b6e9a0a7d019c4112516191aed7c8 /altoslib/AltosEepromDownload.java | |
parent | 1b97ed2b64bcbcd969124964f1e49837899f1c70 (diff) | |
parent | b63fc05481bf6d57e6385704ce53c1c19afa9c2e (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altoslib/AltosEepromDownload.java')
-rw-r--r-- | altoslib/AltosEepromDownload.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altoslib/AltosEepromDownload.java b/altoslib/AltosEepromDownload.java index 542defee..1b043167 100644 --- a/altoslib/AltosEepromDownload.java +++ b/altoslib/AltosEepromDownload.java @@ -239,6 +239,7 @@ public class AltosEepromDownload implements Runnable { public void start() { eeprom_thread = new Thread(this); + monitor.set_thread(eeprom_thread); eeprom_thread.start(); } @@ -255,7 +256,6 @@ public class AltosEepromDownload implements Runnable { monitor.set_states(AltosLib.ao_flight_boost, AltosLib.ao_flight_landed); - monitor.set_thread(eeprom_thread); monitor.start(); } } |