summaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-24 19:14:12 +0200
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-24 19:16:00 +0200
commit24342dd65efc34d0f89c1a87b9a793d1299538e1 (patch)
tree08f52978e9569e2ec112411daaa2cde835e23a68 /py/builtin.h
parentd4c8e626f280ab096c1341577931d8071972bd4c (diff)
extmod/modwebsocket: Start module for WebSocket helper functions.
Currently, only write support is implemented (of limited buffer size).
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 162835cd4..e3e68e151 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -105,6 +105,7 @@ extern const mp_obj_module_t mp_module_urandom;
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;
+extern const mp_obj_module_t mp_module_websocket;
// extmod functions
MP_DECLARE_CONST_FUN_OBJ(pyb_mount_obj);