mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-03 01:20:35 +00:00
add missing c++ opening guard
This commit is contained in:
parent
4a6806f394
commit
cc7fb27297
@ -48,6 +48,10 @@
|
|||||||
#include "btstack_run_loop.h"
|
#include "btstack_run_loop.h"
|
||||||
#include "wiced.h"
|
#include "wiced.h"
|
||||||
|
|
||||||
|
#if defined __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Provide btstack_run_loop_posix instance for use with btstack_run_loop_init
|
* @brief Provide btstack_run_loop_posix instance for use with btstack_run_loop_init
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user