diff --git a/core/embed/upymod/modtrezorio/modtrezorio-ble.h b/core/embed/upymod/modtrezorio/modtrezorio-ble.h index d6062fe4c0..1a639c02cf 100644 --- a/core/embed/upymod/modtrezorio/modtrezorio-ble.h +++ b/core/embed/upymod/modtrezorio/modtrezorio-ble.h @@ -185,10 +185,10 @@ STATIC mp_obj_t mod_trezorio_BLE_disconnect(void) { STATIC MP_DEFINE_CONST_FUN_OBJ_0(mod_trezorio_BLE_disconnect_obj, mod_trezorio_BLE_disconnect); -/// RX_PACKET_LEN: ClassVar[int] +/// RX_PACKET_LEN: int /// """Length of one BLE RX packet.""" -/// TX_PACKET_LEN: ClassVar[int] +/// TX_PACKET_LEN: int /// """Length of one BLE TX packet.""" STATIC const mp_rom_map_elem_t mod_trezorio_BLE_globals_table[] = {