Skip to content

Commit

Permalink
Merge pull request #47 from LedgerHQ/fix
Browse files Browse the repository at this point in the history
[fix] API_LEVEL 0 is SDK master head
  • Loading branch information
lpascal-ledger authored Jul 10, 2024
2 parents adf099c + d30dab9 commit af3708c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui_shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ static void controls_callback(int token, uint8_t index, int page) {
* When no NFC, warning status page
*/

#if defined(TARGET_STAX) && API_LEVEL <= 15
#if defined(TARGET_STAX) && (API_LEVEL <= 15 && API_LEVEL != 0)
#define C_Info_32px C_info_i_32px
#endif // defined(TARGET_STAX) && API_LEVEL <= 15

Expand Down

0 comments on commit af3708c

Please sign in to comment.