diff options
author | David Lechner <david@pybricks.com> | 2021-07-06 18:08:18 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2021-07-17 23:32:39 +1000 |
commit | 8758504f0f1c300ec2bc40f4e3b9627c8e8562dd (patch) | |
tree | fe6a012a700997a406e31536ff80650e088763af /docs/pyboard/tutorial/assembler.rst | |
parent | 8be29b9b1b0fc2709d6ace3a9ff32092052359f6 (diff) | |
download | micropython-8758504f0f1c300ec2bc40f4e3b9627c8e8562dd.tar.gz micropython-8758504f0f1c300ec2bc40f4e3b9627c8e8562dd.zip |
extmod/moduselect: Conditionally compile select().
This adds #if MICROPY_PY_USELECT_SELECT around the uselect.select()
function. According to the docs, this function is only for CPython
compatibility and should not normally be used. So we can disable it
and save a few bytes of flash space where possible.
Signed-off-by: David Lechner <david@pybricks.com>
Diffstat (limited to 'docs/pyboard/tutorial/assembler.rst')
0 files changed, 0 insertions, 0 deletions