summaryrefslogtreecommitdiff
path: root/unix/moduselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/moduselect.c')
-rw-r--r--unix/moduselect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/moduselect.c b/unix/moduselect.c
index 4a6973c0d..3b5daa53d 100644
--- a/unix/moduselect.c
+++ b/unix/moduselect.c
@@ -27,7 +27,7 @@
#include "py/mpconfig.h"
-#if MICROPY_PY_USELECT
+#if MICROPY_PY_USELECT_POSIX
#include <stdio.h>
#include <errno.h>
@@ -238,4 +238,4 @@ const mp_obj_module_t mp_module_uselect = {
.globals = (mp_obj_dict_t*)&mp_module_select_globals,
};
-#endif // MICROPY_PY_USELECT
+#endif // MICROPY_PY_USELECT_POSIX