diff --git a/bootloader/main.c b/bootloader/main.c index 63108f14dc..5e981aa7fa 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -359,3 +359,7 @@ void usb_acknowledge(void) void usb_wait_for_disconnect(void) { } + +void sys_poweroff(void) +{ +}