mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
rpl_udp: remove destiny init call
This handler is called by auto_init to initialize the destiny module correctly. Fix: 'examples/rpl_udp' is currently double initializing destiny. See: https://github.com/RIOT-OS/RIOT/blob/master/sys/auto_init/auto_init.c#L114
This commit is contained in:
parent
caa947dcec
commit
39d532cfdc
@ -90,7 +90,6 @@ void init(char *str)
|
||||
msg_send_receive(&m, &m, transceiver_pid);
|
||||
printf("Channel set to %u\n", RADIO_CHANNEL);
|
||||
|
||||
destiny_init_transport_layer();
|
||||
puts("Destiny initialized");
|
||||
/* start transceiver watchdog */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user