From 2bf36bde72f68257eb96b5c00900619546bedca8 Mon Sep 17 00:00:00 2001 From: Miguel Luis Date: Tue, 10 Jan 2023 14:08:02 +0100 Subject: [PATCH] Fixed comment --- src/mac/LoRaMac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/LoRaMac.c b/src/mac/LoRaMac.c index b0b1fb71b..03bf4e400 100644 --- a/src/mac/LoRaMac.c +++ b/src/mac/LoRaMac.c @@ -5495,7 +5495,7 @@ LoRaMacStatus_t LoRaMacMcpsRequest( McpsReq_t* mcpsRequest ) memset1( ( uint8_t* ) &MacCtx.McpsConfirm, 0, sizeof( MacCtx.McpsConfirm ) ); MacCtx.McpsConfirm.Status = LORAMAC_EVENT_INFO_STATUS_ERROR; - // Apply confirmed downlinks, if the device has not received a valid + // Apply confirmed uplinks, if the device has not received a valid // downlink after a join accept. if( ( Nvm.MacGroup2.NetworkActivation == ACTIVATION_TYPE_OTAA ) && ( Nvm.MacGroup2.DeviceClass == CLASS_C ) &&