Merge pull request #2029 from t-than/master

Minor typo change
This commit is contained in:
Antonio Lignan 2017-01-02 09:18:54 +01:00 committed by GitHub
commit 6aaf1c356c
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }
} }