mirror of
https://github.com/espressif/openthread.git
synced 2026-07-30 07:37:46 +00:00
[mac] fix warning in mac_types.hpp (#4889)
This commit is contained in:
@@ -73,8 +73,6 @@ typedef otPanId PanId;
|
||||
*/
|
||||
typedef otShortAddress ShortAddress;
|
||||
|
||||
#if !OPENTHREAD_RADIO
|
||||
|
||||
/**
|
||||
* This function generates a random IEEE 802.15.4 PAN ID.
|
||||
*
|
||||
@@ -83,8 +81,6 @@ typedef otShortAddress ShortAddress;
|
||||
*/
|
||||
PanId GenerateRandomPanId(void);
|
||||
|
||||
#endif
|
||||
|
||||
/**
|
||||
* This structure represents an IEEE 802.15.4 Extended Address.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user