forked from len0rd/rockbox
First part of MMC hotswap handling; removed unnecessary MMC thread
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5241 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0660105af2
commit
f5bdf6952c
3 changed files with 50 additions and 30 deletions
|
|
@ -1371,7 +1371,7 @@ bool dbg_mmc_info(void)
|
|||
|
||||
lcd_update();
|
||||
|
||||
switch (button_get(true))
|
||||
switch (button_get_w_tmo(HZ/2))
|
||||
{
|
||||
case SETTINGS_OK:
|
||||
case SETTINGS_CANCEL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue