Skip to content

Commit

Permalink
examples/rpl_udp: changed printing the actual set channel
Browse files Browse the repository at this point in the history
  • Loading branch information
BytesGalore authored and BytesGalore committed Feb 4, 2015
1 parent 66e57aa commit 0569b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rpl_udp/rpl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 0569b2e

Please sign in to comment.