Skip to content

Commit acce0dd

Browse files
author
Mika Tervonen
committed
Added empty function for test
1 parent 4b28192 commit acce0dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/6LoWPAN/ws/ws_empty_functions.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ int ws_test_pan_size_set(int8_t interface_id, uint16_t pan_size)
138138
(void) pan_size;
139139
return -1;
140140
}
141+
int ws_test_max_child_count_set(int8_t interface_id, uint16_t child_count)
142+
{
143+
(void) interface_id;
144+
(void) child_count;
145+
return -1;
146+
}
141147

142148
#endif // no HAVE_WS
143149

0 commit comments

Comments
 (0)