summaryrefslogtreecommitdiff
path: root/nuttx/examples/poll/poll_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/poll/poll_main.c')
-rw-r--r--nuttx/examples/poll/poll_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/poll/poll_main.c b/nuttx/examples/poll/poll_main.c
index 713c77e3a..dbf5eec65 100644
--- a/nuttx/examples/poll/poll_main.c
+++ b/nuttx/examples/poll/poll_main.c
@@ -156,7 +156,7 @@ int user_start(int argc, char *argv[])
}
#ifdef HAVE_NETPOLL
-#if 0 /* select doesn't work for connections yet */
+#ifdef CONFIG_NET_TCPBACKLOG
message("user_start: Starting net_listener thread\n");
ret = pthread_create(&tid3, NULL, net_listener, NULL);