summaryrefslogtreecommitdiff
path: root/bootloader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index 63108f1..5e981aa 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)
+{
+}