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/builtin.h | |
parent | e2a618615df33d884dde975c3e0a0727d9ea9629 (diff) |
Remove skeletal modselect from extmod and just put it in stmhal.
Diffstat (limited to 'py/builtin.h')
-rw-r--r-- | py/builtin.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/builtin.h b/py/builtin.h index 2ccd4481a..1bb61f6eb 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -89,4 +89,3 @@ extern struct _dummy_t mp_sys_stderr_obj; // extmod modules extern const mp_obj_module_t mp_module_uctypes; extern const mp_obj_module_t mp_module_zlibd; -extern const mp_obj_module_t mp_module_select; |