X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s8962%2Flm3s8962.c;h=d9f0c49d7b4db64ec2a86497646db58c079a041e;hb=d34c4c92b4d64258077e1caeb0723db404ae9951;hp=3ababfc61dc0388452d8b58fdada102c70aa667f;hpb=5285afed3b24106a3e86098d76b64c15e7b65b5d;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; }