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 1d54c7d commit c1e7300Copy full SHA for c1e7300
source/Service_Libs/fhss/fhss_ws.c
@@ -35,6 +35,8 @@
35
static int fhss_ws_handle_state_set(fhss_structure_t *fhss_structure, fhss_states fhss_state, uint16_t pan_id)
36
{
37
(void) pan_id;
38
+ //TODO: Remove hard coded channel function
39
+ fhss_structure->ws->channel_function = WS_TR51CF;
40
fhss_start_timer(fhss_structure, fhss_structure->synch_configuration.fhss_superframe_length, fhss_superframe_handler);
41
return 0;
42
}
0 commit comments