aboutsummaryrefslogtreecommitdiff
path: root/extmod/moduselect.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-11-21 15:47:48 +1100
committerDamien George <damien.p.george@gmail.com>2016-11-21 15:47:48 +1100
commit0d56c65d3e69e6c080efd608d7bb744af4b40ab8 (patch)
treef8b4f9f589a8097944387901f390faeebd774af7 /extmod/moduselect.c
parent5362bcc487b106471c78217824da0272d8b9551d (diff)
extmod/moduselect: Fix comment describing endif.
Diffstat (limited to 'extmod/moduselect.c')
-rw-r--r--extmod/moduselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extmod/moduselect.c b/extmod/moduselect.c
index 6cf1e70a2..8765ca2b0 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