add missing c++ opening guard

This commit is contained in:
Matthias Ringwald 2016-10-07 22:04:12 +02:00
parent 4a6806f394
commit cc7fb27297

View File

@ -48,6 +48,10 @@
#include "btstack_run_loop.h"
#include "wiced.h"
#if defined __cplusplus
extern "C" {
#endif
/**
* @brief Provide btstack_run_loop_posix instance for use with btstack_run_loop_init
*/