mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-24 06:11:06 +00:00
fixup! feat(core): adjust codec_v1 to work with differently sized RX and TX packets
This commit is contained in:
parent
ba96b136b2
commit
739e7d493e
@ -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[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user