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.
Dependents: DISCO-L072CZ-LRWAN1-base
Fork of LoRaWAN-lib by
Diff: LoRaMac.cpp
- Revision:
- 6:d7a34ded7c87
- Parent:
- 5:2477c924494a
- Child:
- 7:c16969e0f70f
--- a/LoRaMac.cpp Wed May 18 11:17:33 2016 +0000 +++ b/LoRaMac.cpp Wed May 18 11:19:24 2016 +0000 @@ -3610,7 +3610,7 @@ { if( ( LoRaMacState & MAC_TX_DELAYED ) == MAC_TX_DELAYED ) { - status = LORAMAC_STATUS_BUSY; + return LORAMAC_STATUS_BUSY; } MlmeConfirm.MlmeRequest = mlmeRequest->Type;