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 1a09af7 commit d93b9e4Copy full SHA for d93b9e4
source/6LoWPAN/ws/ws_empty_functions.c
@@ -89,6 +89,15 @@ int ws_management_fhss_timing_configure(
89
(void)fhss_bc_dwell_interval;
90
return -1;
91
}
92
+
93
+int ws_management_fhss_channel_function_configure(
94
+ int8_t interface_id,
95
+ uint8_t channel_function)
96
+{
97
+ (void)interface_id;
98
+ (void)channel_function;
99
+ return -1;
100
+}
101
/* ### test api ### */
102
int ws_test_pan_size_set(int8_t interface_id, uint16_t pan_size)
103
{
0 commit comments