Skip to content

Commit 425959c

Browse files
committed
Add an unknown MLME service element to the enumeration definition.
1 parent 9254748 commit 425959c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mac/LoRaMac.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,10 @@ typedef struct sMcpsIndication
949949
*/
950950
typedef enum eMlme
951951
{
952+
/*!
953+
* An unknown MLME service
954+
*/
955+
MLME_UNKNOWN,
952956
/*!
953957
* Initiates the Over-the-Air activation
954958
*

0 commit comments

Comments
 (0)