1
0
Fork 0
forked from len0rd/rockbox

Fix sim warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16881 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2008-03-29 17:40:04 +00:00
parent 732df386af
commit 12b6c847c5
2 changed files with 4 additions and 2 deletions

View file

@ -1338,8 +1338,9 @@ void buffering_thread(void)
while (true)
{
if (!filling)
if (!filling) {
cancel_cpu_boost();
}
queue_wait_w_tmo(&buffering_queue, &ev, filling ? 5 : HZ/2);