mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-21 23:18:13 +00:00
update vendor/micropython
This commit is contained in:
parent
d268cf3b57
commit
871ea5cc70
@ -82,7 +82,11 @@ STATIC mp_obj_t mod_TrezorMsg_Msg_select(mp_obj_t self, mp_obj_t timeout_us) {
|
||||
if (timeout <= 0) {
|
||||
break;
|
||||
}
|
||||
#if defined UNIX
|
||||
mp_hal_delay_us(TICK_RESOLUTION);
|
||||
#else
|
||||
mp_hal_delay_us_fast(TICK_RESOLUTION);
|
||||
#endif
|
||||
timeout -= TICK_RESOLUTION;
|
||||
}
|
||||
return mp_const_none;
|
||||
|
2
vendor/micropython
vendored
2
vendor/micropython
vendored
@ -1 +1 @@
|
||||
Subproject commit d443ebe83745f2cf3352aaa2db4d528582372bb6
|
||||
Subproject commit d7cf4701602f996acc5ff3eb5aafe549d1cfdaaa
|
Loading…
Reference in New Issue
Block a user