From e0d7740a2294ed6bc7c6237f1a12413e0c5a9ce1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Tue, 27 Oct 2015 00:04:33 +0300 Subject: 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 . --- py/builtin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'py/builtin.h') 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__ -- cgit v1.2.3