From 3a483feefbb4aa42229db853c8129a2f53fdf8f4 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Wed, 16 Oct 2024 16:00:59 +0200 Subject: [PATCH] fix(core): change version of THP in USE_THP description [no changelog] --- core/embed/extmod/modtrezorutils/modtrezorutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/embed/extmod/modtrezorutils/modtrezorutils.c b/core/embed/extmod/modtrezorutils/modtrezorutils.c index 4557c554c5..77d5f464f6 100644 --- a/core/embed/extmod/modtrezorutils/modtrezorutils.c +++ b/core/embed/extmod/modtrezorutils/modtrezorutils.c @@ -410,7 +410,7 @@ STATIC mp_obj_tuple_t mod_trezorutils_version_obj = { /// UI_LAYOUT: str /// """UI layout identifier ("tt" for model T, "tr" for models One and R).""" /// USE_THP: bool -/// """Whether the firmware supports the Trezor-Host Protocol.""" +/// """Whether the firmware supports Trezor-Host Protocol (version 2).""" STATIC const mp_rom_map_elem_t mp_module_trezorutils_globals_table[] = { {MP_ROM_QSTR(MP_QSTR___name__), MP_ROM_QSTR(MP_QSTR_trezorutils)},