forked from len0rd/rockbox
fix yellow
Change-Id: I798826c8240fa9ce5a87cb0443002ca1b8882922
This commit is contained in:
parent
7ee1e30609
commit
417da66bb3
1 changed files with 3 additions and 1 deletions
|
|
@ -716,8 +716,10 @@ static void sdmmc_thread(void)
|
|||
next_yield = current_tick;
|
||||
|
||||
if(!idle_notified)
|
||||
{
|
||||
call_storage_idle_notifys(false);
|
||||
idle_notified = true;
|
||||
idle_notified = true;
|
||||
}
|
||||
}
|
||||
break;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue