mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-08 22:17:23 +00:00
apps/examples/udp/Kconfig: Default setting is backward
This commit is contained in:
parent
7720c35502
commit
981ca845cd
2 changed files with 3 additions and 3 deletions
|
|
@ -29,7 +29,7 @@ config EXAMPLES_UDP_NETMASK
|
|||
|
||||
config EXAMPLES_UDP_SERVERIP
|
||||
hex "Server IP address"
|
||||
default 0x0a000001 if EXAMPLES_UDP_SERVER
|
||||
default 0x0a000002 if !EXAMPLES_UDP_SERVER
|
||||
default 0x0a000001 if !EXAMPLES_UDP_SERVER
|
||||
default 0x0a000002 if EXAMPLES_UDP_SERVER
|
||||
|
||||
endif # EXAMPLES_UDP
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
#include "udp-internal.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue