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:
parent
91216a5edc
commit
e244f7f2a6
1 changed files with 4 additions and 0 deletions
|
@ -359,3 +359,7 @@ void usb_acknowledge(void)
|
|||
void usb_wait_for_disconnect(void)
|
||||
{
|
||||
}
|
||||
|
||||
void sys_poweroff(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue