1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-12 14:16:06 +00:00

fix(core): fix emulator usb deinitialization

[no changelog]
This commit is contained in:
tychovrahe 2025-02-06 16:05:08 +01:00 committed by M1nd3r
parent 3b05b7603a
commit e29ef816af

View File

@ -69,7 +69,7 @@ secbool usb_init(const usb_dev_info_t *dev_info) {
return sectrue;
}
void usb_deinit(void) {}
void usb_deinit(void) { usb_stop(); }
secbool usb_start(void) {
const char *ip = getenv("TREZOR_UDP_IP");