altos/micropeak-v2.0: Fix LED blinking sequence at power-on
[fw/altos] / src / micropeak-v2.0 / ao_micropeak.c
index 7ba5cb950c240b0084cc22d3b0cb5f908471ee3e..0e3a90056d9ddd5c01cc2f8075898f4cf39746bc 100644 (file)
@@ -176,11 +176,12 @@ ao_micropeak(void)
        /* Give the person a second to get their finger out of the way */
        ao_delay(AO_MS_TO_TICKS(1000));
 
-       ao_pips();
-
        ao_log_micro_restore();
        ao_compute_height();
        ao_report_altitude();
+
+       ao_pips();
+
        ao_log_micro_dump();
 
 #if BOOST_DELAY