1
0
Fork 0
forked from len0rd/rockbox

Killed simulator compiler error

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1429 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-24 11:35:23 +00:00
parent 6795ab3f40
commit c0ab48b88b

View file

@ -121,10 +121,14 @@ void show_credits(void)
roll_credits();
}
#ifdef SIMULATOR
#define mp3buf 0
#define mp3end 0
#else
/* defined in linker script */
extern unsigned char mp3buf[];
extern unsigned char mp3end[];
#endif
void show_info(void)
{
char s[32];