1
0
Fork 0
forked from len0rd/rockbox

fix yellow

Change-Id: I798826c8240fa9ce5a87cb0443002ca1b8882922
This commit is contained in:
Amaury Pouly 2012-08-30 01:16:45 +02:00
parent 7ee1e30609
commit 417da66bb3

View file

@ -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;