Skip to content

Commit

Permalink
Merge pull request #44 from LedgerHQ/cev/fix_scan-build
Browse files Browse the repository at this point in the history
Remove deprecated check_api_level call
  • Loading branch information
cedelavergne-ledger authored Nov 20, 2023
2 parents f600f50 + 49b1e45 commit 488884c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ void coin_main() {
}

static void library_main_helper(libargs_t *args) {
check_api_level(CX_COMPAT_APILEVEL);
PRINTF("Inside a library \n");
switch (args->command) {
case CHECK_ADDRESS:
Expand Down

0 comments on commit 488884c

Please sign in to comment.