Skip to content

Commit

Permalink
Merge pull request #500 from LedgerHQ/lpa/fix/21
Browse files Browse the repository at this point in the history
[fix] Adding API_LEVEL_21 font support
  • Loading branch information
lpascal-ledger authored Jun 27, 2024
2 parents 7be9de4 + 974f6f8 commit 2c17eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bolos/fonts_info.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ void parse_fonts(void *code, unsigned long text_load_addr,
case SDK_API_LEVEL_18:
case SDK_API_LEVEL_19:
case SDK_API_LEVEL_20:
case SDK_API_LEVEL_21:
break;
default:
// Unsupported API_LEVEL, will not parse fonts!
Expand Down

0 comments on commit 2c17eac

Please sign in to comment.