Skip to content

Commit 39b367f

Browse files
chrysnsjanc
authored andcommitted
porting: Add missing include
1 parent 3eacaf5 commit 39b367f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

porting/npl/riot/include/nimble/nimble_npl_os_log.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define _NIMBLE_NPL_OS_LOG_H_
2222

2323
#include <stdarg.h>
24+
#include <stdio.h>
2425

2526
/* Example on how to use macro to generate module logging functions */
2627
#define BLE_NPL_LOG_IMPL(lvl) \

0 commit comments

Comments
 (0)