Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 92acbd2

Browse files
author
Jarkko Paso
committed
WS: fixed merge conflicts
1 parent 4e01969 commit 92acbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ static void ws_bootstrap_pan_config_analyse(struct protocol_interface_info_entry
533533

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

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

0 commit comments

Comments
 (0)