1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-17 01:52:02 +00:00

Revert "usb: disable HS mode & U2F iface for now"

This reverts commit b61676cf89.
This commit is contained in:
Pavol Rusnak 2017-09-04 14:22:37 +02:00
parent b31cb18e80
commit ae17af2313
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 4 additions and 4 deletions

View File

@ -46,9 +46,9 @@
/* Exported types ------------------------------------------------------------*/ /* Exported types ------------------------------------------------------------*/
/* Exported constants --------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/
#define USE_USB_FS // #define USE_USB_FS
// #define USE_USB_HS #define USE_USB_HS
// #define USE_USB_HS_IN_FS #define USE_USB_HS_IN_FS
/* ########################## Module Selection ############################## */ /* ########################## Module Selection ############################## */
/** /**

View File

@ -75,7 +75,7 @@ usb = io.USB(
) )
usb.add(usb_wire) usb.add(usb_wire)
usb.add(usb_vcp) usb.add(usb_vcp)
# usb.add(usb_u2f) usb.add(usb_u2f)
# load applications # load applications
from apps.common import storage from apps.common import storage