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

Commit

Permalink
Merge pull request #61 from LedgerHQ/fix_build
Browse files Browse the repository at this point in the history
boot.c: add parameter to io_seproxyhal_power_off
  • Loading branch information
sgliner-ledger authored Jun 9, 2023
2 parents b16aec3 + c8f6faa commit 44f5a74
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 44f5a74

Please sign in to comment.