From 73dfa523246401e3b01c98b1cd062ba004db8d73 Mon Sep 17 00:00:00 2001 From: ksb Date: Sat, 1 Sep 2007 10:09:11 +0000 Subject: [PATCH] Changes IP address so it won't collide with the Tmote. --- platform/stepper-robot/contiki-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/stepper-robot/contiki-main.c b/platform/stepper-robot/contiki-main.c index 71890059c..0f56530a9 100644 --- a/platform/stepper-robot/contiki-main.c +++ b/platform/stepper-robot/contiki-main.c @@ -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 */