Miguel Luis / LoRaWAN-lib

Fork of LoRaWAN-lib by Semtech

Revision:
10:46e4f4e97454
Parent:
9:d2da17dee1e2
--- a/LoRaMac.h	Tue Apr 04 11:40:18 2017 +0000
+++ b/LoRaMac.h	Fri Apr 21 15:26:41 2017 +0000
@@ -636,6 +636,10 @@
          */
         uint8_t McpsInd         : 1;
         /*!
+         * MCPS-Ind pending. Skip indication to the application layer
+         */
+        uint8_t McpsIndSkip     : 1;
+        /*!
          * MLME-Req pending
          */
         uint8_t MlmeReq         : 1;