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:
Linus Nielsen Feltzing 2003-04-09 23:17:35 +00:00
parent d92265b5b6
commit 0a74476ad0

View file

@ -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)
{