1
0
Fork 0
forked from len0rd/rockbox

Fix further tabs

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24156 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-01-03 10:50:34 +00:00
parent bfc129a592
commit 05778b501d
14 changed files with 64 additions and 64 deletions

View file

@ -260,7 +260,7 @@ void sleep(int ticks)
switch_thread();
#elif defined(CREATIVE_ZVx) && defined(BOOTLOADER)
/* hacky.. */
long sleep_ticks = current_tick + ticks + 1;
long sleep_ticks = current_tick + ticks + 1;
while (TIME_BEFORE(current_tick, sleep_ticks))
switch_thread();
#else