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:
parent
c6e0734b7b
commit
bbce66c735
1 changed files with 1 additions and 1 deletions
|
|
@ -69,6 +69,6 @@ void app_main(void)
|
|||
break;
|
||||
}
|
||||
lcd_update();
|
||||
Logf("key %x cursor at %d\n", key, cursor);
|
||||
sleep(1);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue