From e7955357b01b38f58f6701112568c71e4a66fbab Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Tue, 10 Sep 2019 13:48:25 +0200 Subject: [PATCH] core: fix style --- core/src/usb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/usb.py b/core/src/usb.py index c06faf3be..eeb507784 100644 --- a/core/src/usb.py +++ b/core/src/usb.py @@ -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)