1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-22 12:32:02 +00:00

src: drop to unprivileged mode in main.py

This commit is contained in:
Pavol Rusnak 2018-02-23 20:35:05 +01:00
parent fae8ffda9f
commit adaa53174b
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -100,7 +100,7 @@ if __debug__:
wire.setup(usb_debug)
usb.open()
# utils.set_mode_unprivileged()
utils.set_mode_unprivileged()
# load default homescreen
from apps.homescreen.homescreen import layout_homescreen