1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-01 10:20:59 +00:00

fix(core): change version of THP in USE_THP description

[no changelog]
This commit is contained in:
M1nd3r 2024-10-16 16:00:59 +02:00
parent 7f503ce199
commit 3a483feefb

View File

@ -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)},