Skip to content

Commit 2c2b915

Browse files
author
Mika Leppänen
committed
Added empty function for ns time callback
1 parent 2fbc7a1 commit 2c2b915

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
@@ -25,6 +25,7 @@
2525
#include "6LoWPAN/ws/ws_common.h"
2626

2727
#include "ws_management_api.h"
28+
#include "ns_time_api.h"
2829

2930
#ifndef HAVE_WS
3031
int ws_management_node_init(
@@ -392,4 +393,9 @@ int ws_statistics_stop(int8_t interface_id)
392393
return -1;
393394
}
394395

396+
void ns_time_api_system_time_callback_set(ns_time_api_system_time_callback callback)
397+
{
398+
(void) callback;
399+
}
400+
395401
#endif // no HAVE_WS

0 commit comments

Comments
 (0)