1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

core: fix style

This commit is contained in:
Pavol Rusnak 2019-09-10 13:48:25 +02:00
parent 572ac85063
commit e7955357b0
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -34,7 +34,7 @@ if not utils.BITCOIN_ONLY:
iface_webauthn = io.HID(
iface_num=4 if __debug__ else 1,
ep_in=0x85 if __debug__ else 0x82,
ep_out=0x04 if __debug__ else 0x02,
ep_out=0x04 if __debug__ else 0x02,
report_desc=bytes([
0x06, 0xd0, 0xf1, # USAGE_PAGE (FIDO Alliance)
0x09, 0x01, # USAGE (U2F HID Authenticator Device)