Skip to content

Commit

Permalink
Preprocessor conditional for allowing compilation (#154)
Browse files Browse the repository at this point in the history
* Preprocessor conditional for allowing compilation

* bump version
  • Loading branch information
0xPxt authored Nov 19, 2024
1 parent a9ba0ca commit eebf9d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion include/zxversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#define ZXLIB_MAJOR 29
#define ZXLIB_MINOR 5
#define ZXLIB_PATCH 0
#define ZXLIB_PATCH 1

0 comments on commit eebf9d5

Please sign in to comment.