altosui: Delay mapping Flash UI until flashing actually starts
[fw/altos] / ao-tools / altosui / AltosFlash.java
index 0f92d6e7bf2ffb82d27fa31aa0fde7cb240e73d5..7aeab89aadf426f56d92f5d2584fe3cc4362e9d6 100644 (file)
@@ -247,6 +247,7 @@ public class AltosFlash {
                int flash_addr = image.address;
                int image_start = 0;
 
+               action("start", 0);
                action(0, image.data.length);
                while (remain > 0 && !aborted) {
                        int this_time = remain;