You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/02/08 19:58:30 UTC

[incubator-nuttx-apps] branch master updated: examples/tcpecho: fix typo

This is an automated email from the ASF dual-hosted git repository.

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new c48a8fd  examples/tcpecho: fix typo
c48a8fd is described below

commit c48a8fdf4e2e10a992ad142e37a10aed8263d647
Author: chao.an <an...@xiaomi.com>
AuthorDate: Mon Feb 7 19:32:50 2022 +0800

    examples/tcpecho: fix typo
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 examples/tcpecho/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/tcpecho/Kconfig b/examples/tcpecho/Kconfig
index ee1a912..3ea77b8 100644
--- a/examples/tcpecho/Kconfig
+++ b/examples/tcpecho/Kconfig
@@ -51,4 +51,4 @@ config EXAMPLES_TCPECHO_DRIPADDR
 config EXAMPLES_TCPECHO_NETMASK
 	hex "Network Mask"
 	default 0xffffff00
-	depends on EXAMPLES_TCPECHO && !NSH_NETINITd
+	depends on EXAMPLES_TCPECHO && !NSH_NETINIT