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:
Robert Kukla 2009-12-07 16:12:49 +00:00
parent 0e74fceb8f
commit 2d722a17ec
9 changed files with 11 additions and 11 deletions

View file

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