Skip to content

Commit 002fe09

Browse files
authored
Merge pull request #88 from Zondax/feat-fix-custom-error
2 parents 742255a + 07017d8 commit 002fe09

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/ui/view_s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ const ux_menu_entry_t menu_initialize[] = {
121121

122122
const ux_menu_entry_t menu_custom_error[] = {
123123
{NULL, NULL, 0, &C_icon_warning, viewdata.key, viewdata.value, 33, 12},
124-
{NULL, h_error_accept, 0, &C_icon_validate, "Ok", NULL, 50, 29},
124+
{NULL, h_error_accept, 0, &C_icon_validate_14, "Ok", NULL, 50, 29},
125125
UX_MENU_END
126126
};
127127

include/zxversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
#define ZXLIB_MAJOR 19
1919
#define ZXLIB_MINOR 4
20-
#define ZXLIB_PATCH 0
20+
#define ZXLIB_PATCH 1

0 commit comments

Comments
 (0)