Changes IP address so it won't collide with the Tmote.
This commit is contained in:
parent
2bbf074f39
commit
73dfa52324
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ extern char __heap_end__;
|
||||||
extern char __heap_start__;
|
extern char __heap_start__;
|
||||||
|
|
||||||
struct uip_fw_netif cc2420if =
|
struct uip_fw_netif cc2420if =
|
||||||
{UIP_FW_NETIF(172,16,0,2, 255,255,0,0, cc2420_send_ip)};
|
{UIP_FW_NETIF(172,16,0,129, 255,255,0,0, cc2420_send_ip)};
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/* Wathcdog is already disabled in startup code */
|
/* Wathcdog is already disabled in startup code */
|
||||||
|
|
Loading…
Reference in a new issue