apps/examples/udp/Kconfig: Default setting is backward
This commit is contained in:
parent
7720c35502
commit
981ca845cd
@ -29,7 +29,7 @@ config EXAMPLES_UDP_NETMASK
|
|||||||
|
|
||||||
config EXAMPLES_UDP_SERVERIP
|
config EXAMPLES_UDP_SERVERIP
|
||||||
hex "Server IP address"
|
hex "Server IP address"
|
||||||
default 0x0a000001 if EXAMPLES_UDP_SERVER
|
default 0x0a000001 if !EXAMPLES_UDP_SERVER
|
||||||
default 0x0a000002 if !EXAMPLES_UDP_SERVER
|
default 0x0a000002 if EXAMPLES_UDP_SERVER
|
||||||
|
|
||||||
endif # EXAMPLES_UDP
|
endif # EXAMPLES_UDP
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
#include "udp-internal.h"
|
#include "udp-internal.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user