Skip to content

Commit 6b900a9

Browse files
author
Daniel Jäckle
committed
Add missing comments.
1 parent 787b813 commit 6b900a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/mac/LoRaMac.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ typedef union uLoRaMacFrameCtrl
480480
* Byte-access to the bits
481481
*/
482482
uint8_t Value;
483+
/*!
484+
* Structure containing single access to bits
485+
*/
483486
struct sCtrlBits
484487
{
485488
/*!
@@ -563,6 +566,9 @@ typedef union eLoRaMacFlags_t
563566
* Byte-access to the bits
564567
*/
565568
uint8_t Value;
569+
/*!
570+
* Structure containing single access to bits
571+
*/
566572
struct sMacFlagBits
567573
{
568574
/*!
@@ -914,7 +920,7 @@ typedef struct sMlmeReqJoin
914920
}MlmeReqJoin_t;
915921

916922
/*!
917-
*
923+
* LoRaMAC MLME-Request structure
918924
*/
919925
typedef struct sMlmeReq
920926
{

0 commit comments

Comments
 (0)