aboutsummaryrefslogtreecommitdiff
path: root/py/builtin.h
diff options
context:
space:
mode:
authorYonatan Goldschmidt <yon.goldschmidt@gmail.com>2019-02-10 22:35:18 +0200
committerDamien George <damien.p.george@gmail.com>2019-02-14 00:35:45 +1100
commitbc4f8b438b56cf1b4f6b44febcd0d83599cbbd68 (patch)
tree48a549df981c2471d12cdbe9f135f90b37cf9878 /py/builtin.h
parentd1acca3c71780545e067e85b444b495cc9801b2b (diff)
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
As mentioned in #4450, `websocket` was experimental with a single intended user, `webrepl`. Therefore, we'll make this change without a weak link `websocket` -> `uwebsocket`.
Diffstat (limited to 'py/builtin.h')
-rw-r--r--py/builtin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/builtin.h b/py/builtin.h
index 2066c0617..a5e0f5f2d 100644
--- a/py/builtin.h
+++ b/py/builtin.h
@@ -118,7 +118,7 @@ extern const mp_obj_module_t mp_module_ussl;
extern const mp_obj_module_t mp_module_utimeq;
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;
+extern const mp_obj_module_t mp_module_uwebsocket;
extern const mp_obj_module_t mp_module_webrepl;
extern const mp_obj_module_t mp_module_framebuf;
extern const mp_obj_module_t mp_module_btree;