mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-02-24 21:32:03 +00:00
Fix typo in fido2 comment
This commit is contained in:
parent
6a5c77f0e6
commit
fe9167ffa2
@ -374,7 +374,7 @@ async def _read_cmd(iface: HID) -> Cmd | None:
|
|||||||
desc_cont = frame_cont()
|
desc_cont = frame_cont()
|
||||||
read = loop.wait(iface.iface_num() | io.POLL_READ)
|
read = loop.wait(iface.iface_num() | io.POLL_READ)
|
||||||
|
|
||||||
# wait for incoming comand indefinitely
|
# wait for incoming command indefinitely
|
||||||
buf = await read
|
buf = await read
|
||||||
while True:
|
while True:
|
||||||
ifrm = overlay_struct(bytearray(buf), desc_init)
|
ifrm = overlay_struct(bytearray(buf), desc_init)
|
||||||
|
Loading…
Reference in New Issue
Block a user