diff options
| author | Damien George | 2014-07-30 14:04:16 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-07 20:40:10 +0100 |
| commit | c8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2 (patch) | |
| tree | c74d7aed3f4507bbd4e6058de3cf7f1416a48664 /py/mpconfig.h | |
| parent | 8105736982b0bb2ee3809c8d05b9c41b9aceea1b (diff) | |
py: Add ioctl method to stream protocol; add initial modselect.
Diffstat (limited to 'py/mpconfig.h')
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index adbcb0eb7..fc5d6ce2e 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -390,6 +390,10 @@ typedef double mp_float_t; #define MICROPY_PY_ZLIBD (0) #endif +#ifndef MICROPY_PY_SELECT +#define MICROPY_PY_SELECT (0) +#endif + /*****************************************************************************/ /* Hooks for a port to add builtins */ |
