mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-09 06:25:16 +00:00
Fix hex representation of IP address. Also noted by Michał Łyszczek
This commit is contained in:
parent
b9d56991f3
commit
c9378ef87e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue