mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
make tpj1022 bootloader compile again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23892 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e74fceb8f
commit
2d722a17ec
9 changed files with 11 additions and 11 deletions
|
|
@ -272,7 +272,7 @@ void sleep(int ticks)
|
|||
|
||||
void yield(void)
|
||||
{
|
||||
#if ((defined(ELIO_TPJ1022)) && defined(BOOTLOADER))
|
||||
#if ((defined(TATUNG_TPJ1022)) && defined(BOOTLOADER))
|
||||
/* Some targets don't like yielding in the bootloader */
|
||||
#else
|
||||
switch_thread();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue