mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-02 03:48:58 +00:00
fixup! feat(core): prevent interruption of workflows from other communication interfaces
This commit is contained in:
parent
104de144b3
commit
2c476b84b3
@ -30,7 +30,7 @@ mutex.add(usb.iface_debug.iface_num())
|
||||
# initialize the wire codec
|
||||
wire.setup(usb.iface_wire, mutex=mutex)
|
||||
if __debug__:
|
||||
wire.setup(usb.iface_debug, is_debug_session=True, mutex=mutex)
|
||||
wire.setup(usb.iface_debug, is_debug_session=True)
|
||||
|
||||
if utils.USE_BLE:
|
||||
import bluetooth
|
||||
|
Loading…
Reference in New Issue
Block a user