Rename apps/examples/uip to apps/examples/webserver

This commit is contained in:
Gregory Nutt 2014-07-03 17:31:17 -06:00
parent 2bd5963622
commit d3357f81f5
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_EXAMPLES_UIP_DHCPC
#ifndef CONFIG_EXAMPLES_WEBSERVER_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 eth_hdr_s *)&uip_buf[0])
#ifndef CONFIG_EXAMPLES_UIP_DHCPC
#ifndef CONFIG_EXAMPLES_WEBSERVER_DHCPC
# define UIP_IPADDR (10 << 24 | 0 << 16 | 0 << 8 | 1)
#else
# define UIP_IPADDR (0)