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) {
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

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