mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-05 09:29:39 +00:00
Merge pull request #1547 from yatch/pr-fix-typos-in-prints
RPL: fix typos in debug messages
This commit is contained in:
commit
f5ea8e613e
@ -161,7 +161,7 @@ handle_dio_timer(void *ptr)
|
|||||||
#endif /* RPL_CONF_STATS */
|
#endif /* RPL_CONF_STATS */
|
||||||
dio_output(instance, NULL);
|
dio_output(instance, NULL);
|
||||||
} else {
|
} else {
|
||||||
PRINTF("RPL: Supressing DIO transmission (%d >= %d)\n",
|
PRINTF("RPL: Suppressing DIO transmission (%d >= %d)\n",
|
||||||
instance->dio_counter, instance->dio_redundancy);
|
instance->dio_counter, instance->dio_redundancy);
|
||||||
}
|
}
|
||||||
instance->dio_send = 0;
|
instance->dio_send = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user