Fix hex representation of IP address. Also noted by Michał Łyszczek
This commit is contained in:
parent
b9d56991f3
commit
c9378ef87e
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user