X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s8962%2Flm3s8962.c;h=d9f0c49d7b4db64ec2a86497646db58c079a041e;hb=39e200e1f43474a96888f97e2271728c9605ccbe;hp=3ababfc61dc0388452d8b58fdada102c70aa667f;hpb=c851049cc46e33cbcff7c43ce69400798eb8e209;p=bertos.git diff --git a/examples/lm3s8962/lm3s8962.c b/examples/lm3s8962/lm3s8962.c index 3ababfc6..d9f0c49d 100644 --- a/examples/lm3s8962/lm3s8962.c +++ b/examples/lm3s8962/lm3s8962.c @@ -158,7 +158,7 @@ static void bouncing_logo(Bitmap *bm) &bertos_logo); text_xprintf(bm, 7, 0, TEXT_FILL | TEXT_CENTER, "Press SELECT to quit"); rit128x96_blitBitmap(bm); - timer_delay(5); + timer_delay(15); if (kbd_peek() & KEY_MASK) break; }