1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-23 22:01:01 +00:00

fixup! feat(core): adjust codec_v1 to work with differently sized RX and TX packets

This commit is contained in:
tychovrahe 2025-01-23 14:14:59 +01:00
parent ba96b136b2
commit 739e7d493e

View File

@ -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[] = {