The I/O port screen didn't update
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3523 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d92265b5b6
commit
0a74476ad0
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ bool dbg_ports(void)
|
|||
lcd_puts(0, 7, buf);
|
||||
|
||||
lcd_update();
|
||||
button = button_get(HZ/10);
|
||||
button = button_get_w_tmo(HZ/10);
|
||||
|
||||
switch(button)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue