From c48a8fdf4e2e10a992ad142e37a10aed8263d647 Mon Sep 17 00:00:00 2001 From: "chao.an" Date: Mon, 7 Feb 2022 19:32:50 +0800 Subject: [PATCH] examples/tcpecho: fix typo Signed-off-by: chao.an --- examples/tcpecho/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tcpecho/Kconfig b/examples/tcpecho/Kconfig index ee1a912db..3ea77b8af 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