diff --git a/extmod/moduselect.c b/extmod/moduselect.c index 6cf1e70a2bff01a5dc140e399837075bf9e9c05b..8765ca2b0fde68b84ccf16546603ace8f3163c4b 100644 --- a/extmod/moduselect.c +++ b/extmod/moduselect.c @@ -313,4 +313,4 @@ const mp_obj_module_t mp_module_uselect = { .globals = (mp_obj_dict_t*)&mp_module_select_globals, }; -#endif // MICROPY_PY_WEBSOCKET +#endif // MICROPY_PY_USELECT