peterhinch / micropython-async

Application of uasyncio to hardware interfaces. Tutorial and code.
MIT License
726 stars 166 forks source link

iorw-py: fix typo in comment #78

Closed fivdi closed 2 years ago

fivdi commented 2 years ago

The comment being modified by this PR currently states that timer cb do_input clears ready_rd but it actually sets it.

peterhinch commented 2 years ago

Thank you.