Skip to content

Commit

Permalink
[fix] API_LEVEL 0 is SDK master head
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Jul 10, 2024
1 parent adf099c commit d30dab9
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 d30dab9

Please sign in to comment.