mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 16:39:52 +00:00
[docs] fix Doxygen tag (#2467)
This commit is contained in:
committed by
Jonathan Hui
parent
2c44b7f3f8
commit
1b4c82c5c5
@@ -412,6 +412,10 @@ struct otExtAddress
|
||||
uint8_t m8[OT_EXT_ADDRESS_SIZE]; ///< IEEE 802.15.4 Extended Address bytes
|
||||
} OT_TOOL_PACKED_END;
|
||||
|
||||
/**
|
||||
* This structure represents the IEEE 802.15.4 Extended Address.
|
||||
*
|
||||
*/
|
||||
typedef struct otExtAddress otExtAddress;
|
||||
|
||||
#define OT_IP6_PREFIX_SIZE 8 ///< Size of an IPv6 prefix (bytes)
|
||||
|
||||
Reference in New Issue
Block a user