summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-13 14:00:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-13 14:00:45 -0600
commit1be1d22b73d353335a5e66da2a8b8a0126dd4924 (patch)
treeae22e7c382ad2182c4fb833b23aa56e6613b3bdf
parentb4fd24a657414df637d128e12a72331fcb61638d (diff)
downloadpx4-nuttx-1be1d22b73d353335a5e66da2a8b8a0126dd4924.tar.gz
px4-nuttx-1be1d22b73d353335a5e66da2a8b8a0126dd4924.tar.bz2
px4-nuttx-1be1d22b73d353335a5e66da2a8b8a0126dd4924.zip
Remove more NTP client references from pppd. From Brennan Ashton.
-rw-r--r--apps/netutils/pppd/Kconfig4
-rw-r--r--apps/netutils/pppd/pppd.c13
2 files changed, 0 insertions, 17 deletions
diff --git a/apps/netutils/pppd/Kconfig b/apps/netutils/pppd/Kconfig
index 3d5f92644..78171febd 100644
--- a/apps/netutils/pppd/Kconfig
+++ b/apps/netutils/pppd/Kconfig
@@ -16,8 +16,4 @@ config NETUTILS_PPPD_STACKSIZE
int "PPP daemon stack stack size"
default 2048
-config NETUTILS_PPPD_SERVERPRIO
- int "NTP daemon priority"
- default 100
-
endif # NETUTILS_PPPD
diff --git a/apps/netutils/pppd/pppd.c b/apps/netutils/pppd/pppd.c
index 2cd456143..db9f26909 100644
--- a/apps/netutils/pppd/pppd.c
+++ b/apps/netutils/pppd/pppd.c
@@ -64,10 +64,6 @@
extern void ppp_arch_modem_reset(const char *tty);
#endif
-/*
-socat /dev/ttyUSB2,raw,echo=0,b115200,crtscts=0 /dev/ttyUSB7,raw,echo=0,b115200,crtscts=0
-*/
-
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -80,15 +76,6 @@ socat /dev/ttyUSB2,raw,echo=0,b115200,crtscts=0 /dev/ttyUSB7,raw,echo=0,b115200,
* Private Data
****************************************************************************/
-/* This type describes the state of the NTP client daemon. Only once
- * instance of the NTP daemon is permitted in this implementation. This
- * limitation is due only to this global data structure.
- */
-
-/****************************************************************************
- * Private Data
- ****************************************************************************/
-
static struct chat_script_s connect_script =
{
.timeout = 30,