Skip to content

Commit d93b9e4

Browse files
author
Mika Tervonen
committed
Added empty function for ws public api
1 parent 1a09af7 commit d93b9e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/6LoWPAN/ws/ws_empty_functions.c

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,15 @@ int ws_management_fhss_timing_configure(
8989
(void)fhss_bc_dwell_interval;
9090
return -1;
9191
}
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+
}
92101
/* ### test api ### */
93102
int ws_test_pan_size_set(int8_t interface_id, uint16_t pan_size)
94103
{

0 commit comments

Comments
 (0)