1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-04-20 00:59:02 +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 TychoVrahe
parent 8e0e3a1787
commit 4d48fbf845

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");