1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 07:28:10 +00:00

update vendor/micropython

This commit is contained in:
Pavol Rusnak 2016-05-08 02:26:09 +02:00
parent d268cf3b57
commit 871ea5cc70
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 5 additions and 1 deletions

View File

@ -82,7 +82,11 @@ STATIC mp_obj_t mod_TrezorMsg_Msg_select(mp_obj_t self, mp_obj_t timeout_us) {
if (timeout <= 0) { if (timeout <= 0) {
break; break;
} }
#if defined UNIX
mp_hal_delay_us(TICK_RESOLUTION);
#else
mp_hal_delay_us_fast(TICK_RESOLUTION); mp_hal_delay_us_fast(TICK_RESOLUTION);
#endif
timeout -= TICK_RESOLUTION; timeout -= TICK_RESOLUTION;
} }
return mp_const_none; return mp_const_none;

2
vendor/micropython vendored

@ -1 +1 @@
Subproject commit d443ebe83745f2cf3352aaa2db4d528582372bb6 Subproject commit d7cf4701602f996acc5ff3eb5aafe549d1cfdaaa