Skip to content

Commit

Permalink
Merge pull request #141 from Zondax/flex-fix
Browse files Browse the repository at this point in the history
Flex fix
  • Loading branch information
chcmedeiros authored Jul 24, 2024
2 parents 271f40c + 52c4241 commit a69b91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/ui/view_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ static void config_useCaseAddressReview() {
h_review_update_data();

#if defined(CUSTOM_ADDRESS_TEXT)
UNUSED(ADDRESS_TEXT);
intro_message = CUSTOM_ADDRESS_TEXT;
#else
intro_message = ADDRESS_TEXT;
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 28
#define ZXLIB_MINOR 0
#define ZXLIB_PATCH 3
#define ZXLIB_PATCH 4

0 comments on commit a69b91d

Please sign in to comment.