X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fproduct%2Fao_terraui.c;h=1e7b5dcd58511cd8a4dec4a915b7642e2e306dfd;hb=f92be7e22150b2de4c899e687d3bbfc1eb842f9e;hp=1866eb0c1183af7ac4bff51387eaca4c2ec6c31a;hpb=fe70611c3c7d4b8cce3b5292f0ec549f3191bf86;p=fw%2Faltos diff --git a/src/product/ao_terraui.c b/src/product/ao_terraui.c index 1866eb0c..1e7b5dcd 100644 --- a/src/product/ao_terraui.c +++ b/src/product/ao_terraui.c @@ -539,9 +539,7 @@ ao_terraui(void) else ao_terraui_page[ao_current_page](); - ao_alarm(AO_SEC_TO_TICKS(1)); - b = ao_button_get(); - ao_clear_alarm(); + b = ao_button_get(AO_SEC_TO_TICKS(1)); if (b > 0) { ao_beep_for(AO_BEEP_HIGH, AO_MS_TO_TICKS(10)); @@ -629,7 +627,7 @@ ao_terragps(void) for (;;) { while (ao_gps_tick == gps_tick) - ao_sleep(&ao_gps_data); + ao_sleep(&ao_gps_new); gps_tick = ao_gps_tick; ao_gps_progress = (ao_gps_progress + 1) & 3; }