Skip to content

Commit 2bf36bd

Browse files
committed
Fixed comment
1 parent 672b37d commit 2bf36bd

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
@@ -5495,7 +5495,7 @@ LoRaMacStatus_t LoRaMacMcpsRequest( McpsReq_t* mcpsRequest )
54955495
memset1( ( uint8_t* ) &MacCtx.McpsConfirm, 0, sizeof( MacCtx.McpsConfirm ) );
54965496
MacCtx.McpsConfirm.Status = LORAMAC_EVENT_INFO_STATUS_ERROR;
54975497

5498-
// Apply confirmed downlinks, if the device has not received a valid
5498+
// Apply confirmed uplinks, if the device has not received a valid
54995499
// downlink after a join accept.
55005500
if( ( Nvm.MacGroup2.NetworkActivation == ACTIVATION_TYPE_OTAA ) &&
55015501
( Nvm.MacGroup2.DeviceClass == CLASS_C ) &&

0 commit comments

Comments
 (0)