aboutsummaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authorDamien George2014-08-21 15:12:51 +0100
committerDamien George2014-09-07 20:40:32 +0100
commit6c9c7bc75a48e71b31dfce4ec55cbd0d308771fd (patch)
treeaf61aab5f58f137b1904f06388f1085303491e2e /py/builtin.h
parentc8c44a4c2e6deaf57a4d7badfcbb9ba525d3dfa2 (diff)
stmhal: Implement generic select.select and select.poll.
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h1
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;