mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Fix some errors in the last Kconfig files checked in
This commit is contained in:
parent
c4f50c4cd9
commit
39c981668d
1 changed files with 3 additions and 4 deletions
|
|
@ -12,20 +12,19 @@ config EXAMPLES_UIP
|
|||
if EXAMPLES_UIP
|
||||
|
||||
config EXAMPLES_UIP_IPADDR
|
||||
int "Device IP"
|
||||
hex "Device IP"
|
||||
default 0x0a000002
|
||||
---help---
|
||||
This is the IP address of your board.
|
||||
|
||||
|
||||
config EXAMPLES_UIP_DRIPADDR
|
||||
int "Default Router IP"
|
||||
hex "Default Router IP"
|
||||
default 0x0a000001
|
||||
---help---
|
||||
This is the IP address of your router/gateway.
|
||||
|
||||
config EXAMPLES_UIP_NETMASK
|
||||
int "Network Mask"
|
||||
hex "Network Mask"
|
||||
default 0xffffff00
|
||||
---help---
|
||||
This is the network mask to use on this device.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue