We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672b37d commit 2bf36bdCopy full SHA for 2bf36bd
src/mac/LoRaMac.c
@@ -5495,7 +5495,7 @@ LoRaMacStatus_t LoRaMacMcpsRequest( McpsReq_t* mcpsRequest )
5495
memset1( ( uint8_t* ) &MacCtx.McpsConfirm, 0, sizeof( MacCtx.McpsConfirm ) );
5496
MacCtx.McpsConfirm.Status = LORAMAC_EVENT_INFO_STATUS_ERROR;
5497
5498
- // Apply confirmed downlinks, if the device has not received a valid
+ // Apply confirmed uplinks, if the device has not received a valid
5499
// downlink after a join accept.
5500
if( ( Nvm.MacGroup2.NetworkActivation == ACTIVATION_TYPE_OTAA ) &&
5501
( Nvm.MacGroup2.DeviceClass == CLASS_C ) &&
0 commit comments