Skip to content

Commit

Permalink
[fix] Adding API_LEVEL_21 font support
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jun 27, 2024
1 parent 7be9de4 commit 974f6f8
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 974f6f8

Please sign in to comment.