add missing c++ opening guard

This commit is contained in:
Matthias Ringwald 2016-10-07 21:57:14 +02:00
parent 51261ae3e2
commit 4a1feedd8b

View File

@ -46,6 +46,10 @@
#include <stdint.h>
#include "btstack_sbc_plc.h"
#if defined __cplusplus
extern "C" {
#endif
typedef enum{
SBC_MODE_STANDARD,
SBC_MODE_mSBC