Skip to content

Commit fefab62

Browse files
Daniel Jaecklemluis1
authored andcommitted
Issue #1223 - Fixed wrong comment
1 parent 4f2b38d commit fefab62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mac/LoRaMac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ static void ProcessRadioRxDone( void )
962962
macMsgJoinAccept.Buffer = payload;
963963
macMsgJoinAccept.BufSize = size;
964964

965-
// Abort in case if the device isn't joined yet and no rejoin request is ongoing.
965+
// Abort in case if the device is already joined and no rejoin request is ongoing.
966966
if( ( Nvm.MacGroup2.NetworkActivation != ACTIVATION_TYPE_NONE ) && ( Nvm.MacGroup2.IsRejoinAcceptPending == false ) )
967967
{
968968
MacCtx.McpsIndication.Status = LORAMAC_EVENT_INFO_STATUS_ERROR;

0 commit comments

Comments
 (0)