mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-26 11:37:10 +00:00
add missing c++ opening guard
This commit is contained in:
parent
51261ae3e2
commit
4a1feedd8b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user