summaryrefslogtreecommitdiff
path: root/py/mpconfig.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-11-20 23:49:45 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-11-21 00:05:56 +0300
commit8f5bc3ffc0603bbc338f9a24bd7d278b72d5c9d7 (patch)
tree9eb858eb924b6f094955a59815ba2b11ed5e70c1 /py/mpconfig.h
parentc28fed6b64248adbd6c1b429a85d4d9e00cd9e36 (diff)
stmhal/moduselect: Move to extmod/ for reuse by other ports.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r--py/mpconfig.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 1980e649c..4572fc4cc 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -873,6 +873,11 @@ typedef double mp_float_t;
#define MICROPY_PY_UERRNO (0)
#endif
+// Whether to provide "uselect" module (baremetal implementation)
+#ifndef MICROPY_PY_USELECT
+#define MICROPY_PY_USELECT (0)
+#endif
+
// Whether to provide "utime" module functions implementation
// in terms of mp_hal_* functions.
#ifndef MICROPY_PY_UTIME_MP_HAL