1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

examples/rpl_udp: changed printing the actual set channel

This commit is contained in:
BytesGalore 2015-02-04 09:25:44 +01:00
parent 66e57aa418
commit 0569b2e145

View File

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