Skip to content

Commit

Permalink
fixup! WIP - fixes: reboot_to_bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
mmilata committed Feb 12, 2024
1 parent d1b25e4 commit 56695ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/embed/extmod/modtrezorutils/modtrezorutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ STATIC mp_obj_t mod_trezorutils_check_firmware_header(mp_obj_t header) {
mp_obj_new_int(info.ver_patch), mp_obj_new_int(info.ver_build)};

static const qstr fields[4] = {MP_QSTR_version, MP_QSTR_vendor,
MP_QSTR_fingerprint, MP_QSTR_hash};
MP_QSTR_fingerprint, MP_QSTR_hash};
const mp_obj_t values[4] = {
mp_obj_new_tuple(MP_ARRAY_SIZE(version), version),
mp_obj_new_str_copy(&mp_type_str, info.vstr, info.vstr_len),
Expand Down
1 change: 0 additions & 1 deletion core/embed/rust/librust_qstr.h
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ static void _librust_qstrs(void) {
MP_QSTR_show_simple;
MP_QSTR_show_success;
MP_QSTR_show_wait_text;
MP_QSTR_show_waiting_text;
MP_QSTR_show_warning;
MP_QSTR_sign;
MP_QSTR_sign_message__bytes_template;
Expand Down

0 comments on commit 56695ea

Please sign in to comment.