Added a dummy sys_poweroff() in the boot loader

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-09-14 09:44:45 +00:00
parent 91216a5edc
commit e244f7f2a6

View file

@ -359,3 +359,7 @@ void usb_acknowledge(void)
void usb_wait_for_disconnect(void)
{
}
void sys_poweroff(void)
{
}