summaryrefslogtreecommitdiffstatshomepage
path: root/extmod/modwebrepl.c
diff options
context:
space:
mode:
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 fc5ca35ea0..d86f358962 100644
--- a/extmod/modwebrepl.c
+++ b/extmod/modwebrepl.c
@@ -346,7 +346,7 @@ STATIC MP_DEFINE_CONST_OBJ_TYPE(
webrepl_type,
MP_QSTR__webrepl,
MP_TYPE_FLAG_NONE,
- webrepl_make_new,
+ make_new, webrepl_make_new,
protocol, &webrepl_stream_p,
locals_dict, &webrepl_locals_dict
);