Skip to content

Commit

Permalink
Preprocessor conditional for allowing compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPxt committed Nov 19, 2024
1 parent a9ba0ca commit bf53771
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/ui/view_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,13 @@ UX_STEP_NOCB(ux_approval_blind_signing_warning_step, pbb,
"Signing",
});

#ifdef APP_BLINDSIGN_MODE_ENABLED
UX_STEP_NOCB(ux_approval_blind_signing_message_step, bnnn_paging,
{
REVIEW_BLINDSIGN_MESSAGE_TITLE,
REVIEW_BLINDSIGN_MESSAGE_VALUE,
});
#endif
///////////

UX_FLOW_DEF_NOCB(ux_review_flow_1_review_title, pbb,
Expand Down

0 comments on commit bf53771

Please sign in to comment.