summaryrefslogtreecommitdiff
path: root/apps/nshlib/nsh.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-17 11:26:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-17 11:26:02 -0600
commit780c100a1c2d4d0f5bd62089121ff75d5a024e86 (patch)
treec46732d0986625f650471be4b63eb8f844f818e3 /apps/nshlib/nsh.h
parent4c9a83268147226e0aaa8c12012c856b69eaefbc (diff)
downloadpx4-nuttx-780c100a1c2d4d0f5bd62089121ff75d5a024e86.tar.gz
px4-nuttx-780c100a1c2d4d0f5bd62089121ff75d5a024e86.tar.bz2
px4-nuttx-780c100a1c2d4d0f5bd62089121ff75d5a024e86.zip
Minor corrections during integration of link status monitor
Diffstat (limited to 'apps/nshlib/nsh.h')
-rw-r--r--apps/nshlib/nsh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/nshlib/nsh.h b/apps/nshlib/nsh.h
index 625d10b35..23b030072 100644
--- a/apps/nshlib/nsh.h
+++ b/apps/nshlib/nsh.h
@@ -133,7 +133,8 @@
#endif
#if !defined(CONFIG_NSH_NETINIT_THREAD) || !defined(CONFIG_ARCH_PHY_INTERRUPT) || \
- !defined(CONFIG_NET_UDP) || defined(CONFIG_DISABLE_SIGNALS)
+ !defined(CONFIG_NETDEV_PHY_IOCTL) || !defined(CONFIG_NET_UDP) || \
+ defined(CONFIG_DISABLE_SIGNALS)
# undef CONFIG_NSH_NETINIT_MONITOR
#endif