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:
parent
bfc129a592
commit
05778b501d
14 changed files with 64 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue