Skip to content

Commit b46f3c6

Browse files
author
Mika
committed
add empty function for ws_stack_info_get
1 parent fc97980 commit b46f3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/6LoWPAN/ws/ws_empty_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ void ns_time_api_system_time_callback_set(ns_time_api_system_time_callback callb
406406
(void) callback;
407407
}
408408

409-
int ws_state_info_get(int8_t interface_id, ws_stack_info_t *info_ptr)
409+
int ws_stack_info_get(int8_t interface_id, ws_stack_info_t *info_ptr)
410410
{
411411
(void) interface_id;
412412
(void) info_ptr;

0 commit comments

Comments
 (0)