Skip to content

Commit fed69e0

Browse files
author
Arto Kinnunen
committed
Add missing test method to ws_empty_functions
Add ws_test_6lowpan_fragmentation_mtu_size_set to ws_empty_functions to get other configurations compiled.
1 parent 6b58e26 commit fed69e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/6LoWPAN/ws/ws_empty_functions.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ int ws_test_next_gtk_set(int8_t interface_id, uint8_t *gtk[4])
380380
return -1;
381381
}
382382

383+
int ws_test_6lowpan_fragmentation_mtu_size_set(int8_t interface_id, uint16_t mtu_size)
384+
{
385+
(void) interface_id;
386+
(void) mtu_size;
387+
388+
return -1;
389+
}
390+
383391
int ws_statistics_start(int8_t interface_id, ws_statistics_t *stats_ptr)
384392
{
385393
(void) interface_id;

0 commit comments

Comments
 (0)