Skip to content

Commit

Permalink
Added empty function for ws public api
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika Tervonen committed Aug 22, 2018
1 parent 1a09af7 commit d93b9e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions source/6LoWPAN/ws/ws_empty_functions.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ int ws_management_fhss_timing_configure(
(void)fhss_bc_dwell_interval;
return -1;
}

int ws_management_fhss_channel_function_configure(
int8_t interface_id,
uint8_t channel_function)
{
(void)interface_id;
(void)channel_function;
return -1;
}
/* ### test api ### */
int ws_test_pan_size_set(int8_t interface_id, uint16_t pan_size)
{
Expand Down

0 comments on commit d93b9e4

Please sign in to comment.