Skip to content

Commit 9a7849b

Browse files
author
Juha Heiskanen
committed
Fixed uninitilized fixed channel use case for test purpose.
Change-Id: I2ca8e216180a355b18655bc820deb4b1ed766cb5
1 parent bca8b0f commit 9a7849b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ static int8_t ws_fhss_initialize(protocol_interface_info_entry_t *cur)
457457
cur->ws_info->fhss_bc_dwell_interval = fhss_configuration->fhss_bc_dwell_interval;
458458
cur->ws_info->fhss_bc_interval = fhss_configuration->fhss_broadcast_interval;
459459
cur->ws_info->fhss_uc_dwell_interval = fhss_configuration->fhss_uc_dwell_interval;
460+
cur->ws_info->fhss_bc_fixed_channel = fhss_configuration->broadcast_fixed_channel;
461+
cur->ws_info->fhss_uc_fixed_channel = fhss_configuration->unicast_fixed_channel;
460462
}
461463
return 0;
462464
}

0 commit comments

Comments
 (0)