mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 01:20:44 +00:00
add missing c++ opening guard
This commit is contained in:
parent
51261ae3e2
commit
4a1feedd8b
@ -46,6 +46,10 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include "btstack_sbc_plc.h"
|
#include "btstack_sbc_plc.h"
|
||||||
|
|
||||||
|
#if defined __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
typedef enum{
|
typedef enum{
|
||||||
SBC_MODE_STANDARD,
|
SBC_MODE_STANDARD,
|
||||||
SBC_MODE_mSBC
|
SBC_MODE_mSBC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user