Fix hex representation of IP address. Also noted by Michał Łyszczek

This commit is contained in:
Gregory Nutt 2016-08-19 06:35:29 -06:00
parent b9d56991f3
commit c9378ef87e

View File

@ -1113,7 +1113,7 @@ config NSH_DRIPADDR
default 0x0a000001 default 0x0a000001
---help--- ---help---
Default router IP address (aka, Gateway). This is a 32-bit integer 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 config NSH_NETMASK
hex "IPv4 Network mask" hex "IPv4 Network mask"