mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 03:30:31 +00:00
Changes IP address so it won't collide with the Tmote.
This commit is contained in:
parent
2bbf074f39
commit
73dfa52324
@ -27,7 +27,7 @@ extern char __heap_end__;
|
||||
extern char __heap_start__;
|
||||
|
||||
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
|
||||
/* Wathcdog is already disabled in startup code */
|
||||
|
Loading…
x
Reference in New Issue
Block a user