mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
rpl: remove needless call to rpl_get_of_for_ocp
This line has no further significance to the application other than burning cpu cycles.
This commit is contained in:
parent
2fb2f499f9
commit
22f466ab80
@ -170,8 +170,6 @@ void rpl_init_root_mode(void)
|
||||
rpl_instance_t *inst;
|
||||
rpl_dodag_t *dodag;
|
||||
|
||||
rpl_get_of_for_ocp(0);
|
||||
|
||||
inst = rpl_new_instance(RPL_DEFAULT_INSTANCE);
|
||||
|
||||
if (inst == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user