diff --git a/source/6LoWPAN/ws/ws_bbr_api.c b/source/6LoWPAN/ws/ws_bbr_api.c index ec05d057d96..1553ccee57c 100644 --- a/source/6LoWPAN/ws/ws_bbr_api.c +++ b/source/6LoWPAN/ws/ws_bbr_api.c @@ -209,7 +209,7 @@ void ws_bbr_seconds_timer(protocol_interface_info_entry_t *cur, uint32_t seconds // TODO think the correct rate for this if (cur->ws_info->pan_information.pan_version % 3 == 0) { // Third the rate of configuration version change at default 12 minutes - rpl_control_increment_dodag_version(protocol_6lowpan_rpl_root_dodag); + //rpl_control_increment_dodag_version(protocol_6lowpan_rpl_root_dodag); } }