Fix PP5002 builds. Somehow an #else went missing along the line.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26480 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
555ad6710f
commit
a34860524b
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ static inline void core_sleep(void)
|
|||
sleep_core(CURRENT_CORE);
|
||||
enable_irq();
|
||||
}
|
||||
#else
|
||||
/* PP5002 has no mailboxes - emulate using bytes */
|
||||
static inline void core_sleep(unsigned int core)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue