mirror of
https://github.com/espressif/openthread.git
synced 2026-07-28 14:47:46 +00:00
[bbr] fix bbr header C compliance (#7272)
Fix compile errors when including backbone_router_ftd.h in C files.
This commit is contained in:
@@ -351,12 +351,12 @@ void otBackboneRouterSetNdProxyCallback(otInstance * aInstanc
|
||||
* Represents the Backbone Router ND Proxy info.
|
||||
*
|
||||
*/
|
||||
struct otBackboneRouterNdProxyInfo
|
||||
typedef struct otBackboneRouterNdProxyInfo
|
||||
{
|
||||
otIp6InterfaceIdentifier *mMeshLocalIid; ///< Mesh-local IID
|
||||
uint32_t mTimeSinceLastTransaction; ///< Time since last transaction (Seconds)
|
||||
uint16_t mRloc16; ///< RLOC16
|
||||
};
|
||||
} otBackboneRouterNdProxyInfo;
|
||||
|
||||
/**
|
||||
* This method gets the Backbone Router ND Proxy info.
|
||||
|
||||
@@ -53,7 +53,7 @@ extern "C" {
|
||||
* @note This number versions both OpenThread platform and user APIs.
|
||||
*
|
||||
*/
|
||||
#define OPENTHREAD_API_VERSION (178)
|
||||
#define OPENTHREAD_API_VERSION (179)
|
||||
|
||||
/**
|
||||
* @addtogroup api-instance
|
||||
|
||||
Reference in New Issue
Block a user