aboutsummaryrefslogtreecommitdiff
path: root/extmod/modwebrepl.c
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 /extmod/modwebrepl.c
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 'extmod/modwebrepl.c')
-rw-r--r--extmod/modwebrepl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/modwebrepl.c b/extmod/modwebrepl.c
index 3c33ee150..bf0c1654b 100644
--- a/extmod/modwebrepl.c
+++ b/extmod/modwebrepl.c
@@ -34,7 +34,7 @@
#ifdef MICROPY_PY_WEBREPL_DELAY
#include "py/mphal.h"
#endif
-#include "extmod/modwebsocket.h"
+#include "extmod/moduwebsocket.h"
#if MICROPY_PY_WEBREPL