mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 21:32:03 +00:00
Fix formatting
This commit is contained in:
parent
b62e708027
commit
84c069cdbf
@ -297,7 +297,6 @@ async def _handle_broadcast(iface: WireInterface, ctrl_byte, report) -> Message
|
|||||||
channel_id = _get_new_channel_id()
|
channel_id = _get_new_channel_id()
|
||||||
THP.create_new_unauthenticated_session(iface, channel_id)
|
THP.create_new_unauthenticated_session(iface, channel_id)
|
||||||
|
|
||||||
|
|
||||||
response_data = (
|
response_data = (
|
||||||
ustruct.pack(">8sH", nonce, channel_id) + _ENCODED_PROTOBUF_DEVICE_PROPERTIES
|
ustruct.pack(">8sH", nonce, channel_id) + _ENCODED_PROTOBUF_DEVICE_PROPERTIES
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user