Skip to content
Snippets Groups Projects
Commit 0569b2e1 authored by BytesGalore's avatar BytesGalore
Browse files

examples/rpl_udp: changed printing the actual set channel

parent 66e57aa4
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ void rpl_udp_init(int argc, char **argv) ...@@ -90,7 +90,7 @@ void rpl_udp_init(int argc, char **argv)
return; return;
} }
printf("Channel set to %d\n", chan); printf("Channel set to %" PRIi32 "\n", chan);
if (command != 'h') { if (command != 'h') {
DEBUGF("Initializing RPL for interface 0\n"); DEBUGF("Initializing RPL for interface 0\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment