1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16243 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2008-02-08 02:20:05 +00:00
parent 7667a865ff
commit a07c034de7
15 changed files with 283 additions and 194 deletions

View file

@ -273,5 +273,11 @@ void __div0(void)
}
#endif
#ifdef BOOTLOADER
void reference_system_c(void)
{
}
#endif
#endif /* CPU_ARM */