We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca8b0f commit 9a7849bCopy full SHA for 9a7849b
source/6LoWPAN/ws/ws_bootstrap.c
@@ -457,6 +457,8 @@ static int8_t ws_fhss_initialize(protocol_interface_info_entry_t *cur)
457
cur->ws_info->fhss_bc_dwell_interval = fhss_configuration->fhss_bc_dwell_interval;
458
cur->ws_info->fhss_bc_interval = fhss_configuration->fhss_broadcast_interval;
459
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;
462
}
463
return 0;
464
0 commit comments