1
0
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:
BytesGalore 2015-01-13 16:55:05 +01:00
parent b435a488fa
commit 2ed531059d

View File

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