1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-14 03:30:02 +00:00

chore(core): improve debug log of sync bits

This commit is contained in:
M1nd3r 2024-04-03 15:40:26 +02:00
parent 8c543f61be
commit f60c263fb1

View File

@ -397,7 +397,7 @@ class Channel(Context):
while True:
print(
"channel._write_encrypted_payload_loop - loop start, sync_bit:",
header.ctrl_byte & 0x10,
(header.ctrl_byte & 0x10) >> 4,
" sync_send_bit:",
THP.sync_get_send_bit(self.channel_cache),
)