diff options
| author | Damien George | 2014-08-21 15:12:51 +0100 |
|---|---|---|
| committer | Damien George | 2014-09-07 20:40:32 +0100 |
| commit | 6c9c7bc75a48e71b31dfce4ec55cbd0d308771fd (patch) | |
| tree | af61aab5f58f137b1904f06388f1085303491e2e /py/builtin.h | |
| parent | c8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2 (diff) | |
stmhal: Implement generic select.select and select.poll.
Diffstat (limited to 'py/builtin.h')
| -rw-r--r-- | py/builtin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/builtin.h b/py/builtin.h index 1bb61f6eb..2ccd4481a 100644 --- a/py/builtin.h +++ b/py/builtin.h @@ -89,3 +89,4 @@ 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; |
