mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
Fix c++ for config
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
#define BLE_CONFIG_H
|
||||
|
||||
#include "FreeRTOSConfig.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* CONFIG_BLUETOOTH: Enable the bluetooh stack
|
||||
@@ -609,8 +612,8 @@ BT_SMP_DIST_ENC_KEY bit is not cleared while remote ENC_KEY is received.*/
|
||||
#if defined(CONFIG_BT_CENTRAL) || defined(CONFIG_BT_OBSERVER)
|
||||
// #define BFLB_BLE_NOTIFY_ADV_DISCARDED
|
||||
#endif
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#ifdef __cplusplus
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif /* BLE_CONFIG_H */
|
||||
|
||||
Reference in New Issue
Block a user