Skip to content
Snippets Groups Projects
Commit e8ac3597 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #2390 from BytesGalore/fix_rpl_udp_warning

examples/rpl_udp: changed printing the actual set channel
parents 890262e6 0569b2e1
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)
return;
}
printf("Channel set to %d\n", chan);
printf("Channel set to %" PRIi32 "\n", chan);
if (command != 'h') {
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