From c8f6faaba868b5f71bde9163b585f0fc85e33cb2 Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Fri, 9 Jun 2023 15:32:21 +0200 Subject: [PATCH] boot.c: add parameter to io_seproxyhal_power_off --- src/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.c b/src/boot.c index 04da7818..eea3f340 100644 --- a/src/boot.c +++ b/src/boot.c @@ -74,7 +74,7 @@ __attribute__((section(".boot"))) int main(arg0) { // Only reached in case of uncaught exception #ifdef BAKING_APP - io_seproxyhal_power_off(); // Should not be allowed dashboard access + io_seproxyhal_power_off(false); // Should not be allowed dashboard access #else exit_app(); #endif