mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
stmhal: Implement generic select.select and select.poll.
This commit is contained in:
@@ -463,3 +463,11 @@ Q(deleter)
|
||||
Q(zlibd)
|
||||
Q(decompress)
|
||||
#endif
|
||||
|
||||
#if MICROPY_PY_SELECT
|
||||
Q(select)
|
||||
Q(poll)
|
||||
Q(register)
|
||||
Q(unregister)
|
||||
Q(modify)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user