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 #72 from LedgerHQ/build-on-master-sdk
Browse files Browse the repository at this point in the history
boot.c: fix build for master sdk
  • Loading branch information
sgliner-ledger authored Oct 12, 2023
2 parents ecc0645 + 52c76f7 commit 2661838
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 @@ -77,7 +77,7 @@ __attribute__((section(".boot"))) int main(arg0) {
#ifdef BAKING_APP

io_seproxyhal_power_off(
#if defined API_LEVEL && API_LEVEL > 10
#if defined API_LEVEL && (API_LEVEL == 0 || API_LEVEL > 10)
false
#endif
); // Should not be allowed dashboard access
Expand Down

0 comments on commit 2661838

Please sign in to comment.