From 24342dd65efc34d0f89c1a87b9a793d1299538e1 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 24 Mar 2016 19:14:12 +0200 Subject: extmod/modwebsocket: Start module for WebSocket helper functions. Currently, only write support is implemented (of limited buffer size). --- 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 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); -- cgit v1.2.3