Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clean] Replace deprecated #defines with their replacements #666

Merged
merged 1 commit into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/checks.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void ui_audited_choice(bool choice)
void ui_audited_init(void)
{
auditChoiceMade = false;
nbgl_useCaseChoice(&C_warning64px,
nbgl_useCaseChoice(&C_Warning_64px,
"Pending Ledger review",
"This app has not been\nreviewed by Ledger",
"Open",
Expand Down
2 changes: 1 addition & 1 deletion src/ledger_assert.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ void __attribute__((noreturn)) assert_display_exit(void)
#if defined(TARGET_NANOS) || defined(TARGET_NANOX) || defined(TARGET_NANOS2)
#define ICON_APP_WARNING C_icon_warning
#elif defined(TARGET_STAX) || defined(TARGET_FLEX)
#define ICON_APP_WARNING C_round_warning_64px
#define ICON_APP_WARNING C_Important_Circle_64px
#endif

nbgl_useCaseChoice(
Expand Down
Loading