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 4a7375b commit 653ea43Copy full SHA for 653ea43
src/mac/LoRaMac.c
@@ -2540,7 +2540,7 @@ static void ResetMacParameters( void )
2540
MacCtx.ChannelsNbTransCounter = 0;
2541
MacCtx.AckTimeoutRetries = 1;
2542
MacCtx.AckTimeoutRetriesCounter = 1;
2543
- MacCtx.NvmCtx->AckTimeoutRetry = false;
+ MacCtx.AckTimeoutRetry = false;
2544
2545
MacCtx.NvmCtx->MaxDCycle = 0;
2546
MacCtx.NvmCtx->AggregatedDCycle = 1;
@@ -2963,7 +2963,7 @@ static bool StopRetransmission( void )
2963
2964
2965
MacCtx.NodeAckRequested = false;
2966
2967
MacCtx.MacState &= ~LORAMAC_TX_RUNNING;
2968
2969
return true;
0 commit comments