Skip to content

Commit 4dbb123

Browse files
authored
Fix CI (#1)
1 parent cbfe816 commit 4dbb123

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ _Please visit our website at [zondax.ch](https://www.zondax.ch)_
1111

1212
---
1313

14-
This project contains the Sovereign app for Ledger Nano S, Nano S+, X, Stax and Flex.
14+
This project contains the Sovereign app for Ledger Nano S+, X, Stax and Flex.
1515

16-
- Ledger Nano S/S+/X, Stax and Flex Sovereign app
16+
- Ledger Nano S+/X, Stax and Flex Sovereign app
1717
- Specs / Documentation
1818
- C++ unit tests
1919
- Zemu tests

app/src/common/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ __attribute__((section(".boot"))) int main(void) {
3131
app_init();
3232
app_main();
3333
}
34-
CATCH_OTHER(e) {}
34+
CATCH_OTHER(e) { (void)e; }
3535
FINALLY {}
3636
}
3737
END_TRY;

0 commit comments

Comments
 (0)