rebase micropython, min_time -> peektime

This commit is contained in:
Pavol Rusnak 2017-03-30 23:18:13 +02:00
parent dd69929ce1
commit f13c122561
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 2 additions and 2 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit bf2d7b10934242b56833d30a91d0ce1beae097e0
Subproject commit 6e6c01b97189a95b59a037fa7dabcf8217f199af