diff options
| author | Paul Sokolovsky | 2016-03-24 19:14:12 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-03-24 19:16:00 +0200 |
| commit | 24342dd65efc34d0f89c1a87b9a793d1299538e1 (patch) | |
| tree | 08f52978e9569e2ec112411daaa2cde835e23a68 /py/builtin.h | |
| parent | d4c8e626f280ab096c1341577931d8071972bd4c (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.h | 1 |
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); |
