1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Daniel Stenberg 2002-04-28 00:00:41 +00:00
parent c6e0734b7b
commit bbce66c735

View file

@ -69,6 +69,6 @@ void app_main(void)
break;
}
lcd_update();
Logf("key %x cursor at %d\n", key, cursor);
sleep(1);
}
}