mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-17 05:03:07 +00:00
rebase micropython, min_time -> peektime
This commit is contained in:
parent
dd69929ce1
commit
f13c122561
@ -92,7 +92,7 @@ def run_forever():
|
||||
# compute the maximum amount of time we can wait for a message
|
||||
if _scheduled_tasks:
|
||||
delay = utime.ticks_diff(
|
||||
_scheduled_tasks.min_time(), utime.ticks_us())
|
||||
_scheduled_tasks.peektime(), utime.ticks_us())
|
||||
else:
|
||||
delay = _MAX_SELECT_DELAY
|
||||
|
||||
|
2
vendor/micropython
vendored
2
vendor/micropython
vendored
@ -1 +1 @@
|
||||
Subproject commit bf2d7b10934242b56833d30a91d0ce1beae097e0
|
||||
Subproject commit 6e6c01b97189a95b59a037fa7dabcf8217f199af
|
Loading…
Reference in New Issue
Block a user