mirror of
https://github.com/apache/nuttx.git
synced 2025-12-20 04:09:12 +08:00
net/tcp/tcp.h: Fix a muffed edit to conditional found in build testing.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
/* Conditions for support TCP poll/select operations */
|
||||
|
||||
#if !defined(CONFIG_DISABLE_POLL) 0 && defined(CONFIG_NET_TCP_READAHEAD)
|
||||
#if !defined(CONFIG_DISABLE_POLL) && defined(CONFIG_NET_TCP_READAHEAD)
|
||||
# define HAVE_TCP_POLL
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user