aboutsummaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-10-27 00:04:33 +0300
committerPaul Sokolovsky2015-10-27 00:04:59 +0300
commite0d7740a2294ed6bc7c6237f1a12413e0c5a9ce1 (patch)
treeb25bb2e27433b68fe9612b8682df6be008c10b5c /py/builtin.h
parentf3e46d0c52de989e1d408f25f0b29b19a18d8927 (diff)
extmod/modlwip: slip: Use stream protocol and be port-independent.
Based on the original patch by Galen Hazelwood: https://github.com/micropython/micropython/pull/1517 .
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 20ff1f765..891b93e9a 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -103,5 +103,6 @@ extern const mp_obj_module_t mp_module_uhashlib;
extern const mp_obj_module_t mp_module_ubinascii;
extern const mp_obj_module_t mp_module_ussl;
extern const mp_obj_module_t mp_module_machine;
+extern const mp_obj_module_t mp_module_lwip;
#endif // __MICROPY_INCLUDED_PY_BUILTIN_H__