mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 19:07:41 +00:00
Minor typo change
This commit is contained in:
parent
9d12801f01
commit
92ad29ab33
@ -179,7 +179,7 @@ PROCESS_THREAD(udp_server_process, ev, data)
|
|||||||
if(ev == tcpip_event) {
|
if(ev == tcpip_event) {
|
||||||
tcpip_handler();
|
tcpip_handler();
|
||||||
} else if (ev == sensors_event && data == &button_sensor) {
|
} else if (ev == sensors_event && data == &button_sensor) {
|
||||||
PRINTF("Initiaing global repair\n");
|
PRINTF("Initiating global repair\n");
|
||||||
rpl_repair_root(RPL_DEFAULT_INSTANCE);
|
rpl_repair_root(RPL_DEFAULT_INSTANCE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user