From d93b9e4ca23d2b1ae0d7875bf964f636836496e3 Mon Sep 17 00:00:00 2001 From: Mika Tervonen Date: Wed, 22 Aug 2018 10:53:25 +0300 Subject: [PATCH] Added empty function for ws public api --- source/6LoWPAN/ws/ws_empty_functions.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/6LoWPAN/ws/ws_empty_functions.c b/source/6LoWPAN/ws/ws_empty_functions.c index e717c4bfa4a..3c93193e87e 100644 --- a/source/6LoWPAN/ws/ws_empty_functions.c +++ b/source/6LoWPAN/ws/ws_empty_functions.c @@ -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) {