From c9378ef87ef92b98706e01ef9c44b6a2c53b2cd9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 19 Aug 2016 06:35:29 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20hex=20representation=20of=20IP=20address.?= =?UTF-8?q?=20=20Also=20noted=20by=20Micha=C5=82=20=C5=81yszczek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nshlib/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nshlib/Kconfig b/nshlib/Kconfig index 39b7523d1..0253086e7 100644 --- a/nshlib/Kconfig +++ b/nshlib/Kconfig @@ -1113,7 +1113,7 @@ config NSH_DRIPADDR default 0x0a000001 ---help--- Default router IP address (aka, Gateway). This is a 32-bit integer - value in host order. So, as an example, 0x10000001 would be 10.0.0.1. + value in host order. So, as an example, 0x0a000001 would be 10.0.0.1. config NSH_NETMASK hex "IPv4 Network mask"