Rename apps/examples/uip to apps/examples/webserver
This commit is contained in:
parent
2bd5963622
commit
d3357f81f5
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user