Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
boot.c: add parameter to io_seproxyhal_power_off
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Jun 9, 2023
1 parent b16aec3 commit c8f6faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8f6faa

Please sign in to comment.