From bbce66c735745c77f5e98482e3c0ad9c56da4a28 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 28 Apr 2002 00:00:41 +0000 Subject: removed log, put a sleep() back since it runs just too fast otherwise git-svn-id: svn://svn.rockbox.org/rockbox/trunk@285 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/app.c b/uisimulator/app.c index 8f51f98f80..d3e1b8e8ad 100644 --- a/uisimulator/app.c +++ b/uisimulator/app.c @@ -69,6 +69,6 @@ void app_main(void) break; } lcd_update(); - Logf("key %x cursor at %d\n", key, cursor); + sleep(1); } } -- cgit v1.2.3