forked from len0rd/rockbox
Coldfire: lcd_update call got dropped from dbg_hw_info. Replace.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31591 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ded02d82e7
commit
f860b57143
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,8 @@ bool dbg_hw_info(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
lcd_update();
|
||||
|
||||
/* wait for exit */
|
||||
while (button_get_w_tmo(HZ/10) != (DEBUG_CANCEL|BUTTON_REL));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue