mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
examples/rpl_udp: changed type of variable chan
to uint32_t
This commit is contained in:
parent
b435a488fa
commit
2ed531059d
@ -44,7 +44,7 @@ void rpl_udp_init(int argc, char **argv)
|
||||
{
|
||||
transceiver_command_t tcmd;
|
||||
msg_t m;
|
||||
uint8_t chan = RADIO_CHANNEL;
|
||||
uint32_t chan = RADIO_CHANNEL;
|
||||
|
||||
if (argc != 2) {
|
||||
printf("Usage: %s (r|n|h)\n", argv[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user