Fix typo in fido2 comment

M1nd3r/thp5
M1nd3r 2 months ago committed by M1nd3r
parent bc22a4aaf4
commit 798e792581

@ -374,7 +374,7 @@ async def _read_cmd(iface: HID) -> Cmd | None:
desc_cont = frame_cont()
read = loop.wait(iface.iface_num() | io.POLL_READ)
# wait for incoming comand indefinitely
# wait for incoming command indefinitely
buf = await read
while True:
ifrm = overlay_struct(bytearray(buf), desc_init)

Loading…
Cancel
Save