summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-30 12:28:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-30 12:28:29 -0600
commit084489c3679291d8d4a4a9181f96992887d6dddb (patch)
treeb082d1df0fd168cca71f78e90f3af703cebd8a21 /nuttx
parent98c55fec21b543668b3b5915008c785f2ea9a800 (diff)
downloadpx4-nuttx-084489c3679291d8d4a4a9181f96992887d6dddb.tar.gz
px4-nuttx-084489c3679291d8d4a4a9181f96992887d6dddb.tar.bz2
px4-nuttx-084489c3679291d8d4a4a9181f96992887d6dddb.zip
Fix mimatched #if/#endif
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/net/local/local_netpoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nuttx/net/local/local_netpoll.c b/nuttx/net/local/local_netpoll.c
index d0dec448f..b25b7bc87 100644
--- a/nuttx/net/local/local_netpoll.c
+++ b/nuttx/net/local/local_netpoll.c
@@ -38,7 +38,6 @@
****************************************************************************/
#include <nuttx/config.h>
-#if defined(CONFIG_NET) && !defined(CONFIG_DISABLE_POLL)
#include "local/local.h"