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:
parent
8c543f61be
commit
f60c263fb1
@ -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),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user