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:
parent
66e57aa418
commit
0569b2e145
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user