Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LoRaWAN-lib by
Diff: LoRaMac.h
- 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;