From b0d81df132c63e00e3c834b971487ae4a1a1c73f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 18 Feb 2014 14:57:12 -0600 Subject: Fix some errors in the last Kconfig files checked in --- apps/examples/uip/Kconfig | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps/examples/uip/Kconfig b/apps/examples/uip/Kconfig index 7dd161acb..e8478b73d 100644 --- a/apps/examples/uip/Kconfig +++ b/apps/examples/uip/Kconfig @@ -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. -- cgit v1.2.3