Change all occurrences of CONFIG_EXAMPLE_ to CONFIG_EXAMPLES_ for consistency; fleshed out a few more Kconfig files

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5211 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-10-04 17:36:07 +00:00
parent 62ea0bbe02
commit a7490ae029
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ extern int uipdriver_setmacaddr(unsigned char *macaddr);
#define DEVTAP "/dev/net/tun"
#ifndef CONFIG_EXAMPLE_UIP_DHCPC
#ifndef CONFIG_EXAMPLES_UIP_DHCPC
# define UIP_IPADDR0 192
# define UIP_IPADDR1 168
# define UIP_IPADDR2 0

View File

@ -62,7 +62,7 @@ extern int uipdriver_setmacaddr(unsigned char *macaddr);
#define BUF ((struct uip_eth_hdr *)&uip_buf[0])
#ifndef CONFIG_EXAMPLE_UIP_DHCPC
#ifndef CONFIG_EXAMPLES_UIP_DHCPC
# define UIP_IPADDR (10 << 24 | 0 << 16 | 0 << 8 | 1)
#else
# define UIP_IPADDR (0)