Skip to content

Commit

Permalink
WS: fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Apr 6, 2018
1 parent 4e01969 commit 92acbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/6LoWPAN/ws/ws_bootstrap.c
Expand Up @@ -533,7 +533,7 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry

cur->ws_info->hopping_schdule.channel_function = ws_bs_ie.channel_function;
// TODO: Restart unicast schedule if configuration changed
ns_fhss_ws_set_parent(cur->ws_info->fhss_api, neighbor->mac64, &ws_neighbor->fhss_data.bc_timing_info);
ns_fhss_ws_set_parent(cur->ws_info->fhss_api, data->SrcAddr, &neighbor->fhss_data.bc_timing_info);

if (!cur->ws_info->configuration_learned) {
// Generate own hopping schedules Follow first parent broadcast and plans and also use same unicast dwell
Expand Down

0 comments on commit 92acbd2

Please sign in to comment.