Commit 4c540123 authored by Jim Mussared's avatar Jim Mussared Committed by Damien George

unix/moduselect: Don't allow both posix and non-posix configurations.

Signed-off-by: default avatarJim Mussared <jim.mussared@gmail.com>
parent fce0bd1a
......@@ -29,6 +29,10 @@
#if MICROPY_PY_USELECT_POSIX
#if MICROPY_PY_USELECT
#error "Can't have both MICROPY_PY_USELECT and MICROPY_PY_USELECT_POSIX."
#endif
#include <stdio.h>
#include <errno.h>
#include <poll.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment