diff options
author | Damien George <damien.p.george@gmail.com> | 2014-08-26 17:18:12 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-09-07 20:42:01 +0100 |
commit | 013d53c0b48cd22ef9476f048c2f944a86d5ce67 (patch) | |
tree | 753686da1b33b96829df9b2c4d3bd4f9739a9ea7 /py/mpconfig.h | |
parent | e2a618615df33d884dde975c3e0a0727d9ea9629 (diff) | |
download | micropython-013d53c0b48cd22ef9476f048c2f944a86d5ce67.tar.gz micropython-013d53c0b48cd22ef9476f048c2f944a86d5ce67.zip |
Remove skeletal modselect from extmod and just put it in stmhal.
Diffstat (limited to 'py/mpconfig.h')
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index fc5d6ce2e1..adbcb0eb71 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -390,10 +390,6 @@ 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 */ |