Skip to content

Commit 0d56c65

Browse files
committed
extmod/moduselect: Fix comment describing endif.
1 parent 5362bcc commit 0d56c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extmod/moduselect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,4 +313,4 @@ const mp_obj_module_t mp_module_uselect = {
313313
.globals = (mp_obj_dict_t*)&mp_module_select_globals,
314314
};
315315

316-
#endif // MICROPY_PY_WEBSOCKET
316+
#endif // MICROPY_PY_USELECT

0 commit comments

Comments
 (0)