Skip to content

Commit a261eba

Browse files
mluis1mvds00
authored andcommitted
Replaced MacCtx.NvmCtx->Channel with MacCtx.Channel
1 parent 653ea43 commit a261eba

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
@@ -2372,7 +2372,7 @@ static LoRaMacStatus_t ScheduleTx( bool allowDelayedTx )
23722372
nextChan.LastAggrTx = MacCtx.NvmCtx->AggregatedLastTxDoneTime;
23732373

23742374
// Select channel
2375-
status = RegionNextChannel( MacCtx.NvmCtx->Region, &nextChan, &MacCtx.NvmCtx->Channel, &dutyCycleTimeOff, &MacCtx.NvmCtx->AggregatedTimeOff );
2375+
status = RegionNextChannel( MacCtx.NvmCtx->Region, &nextChan, &MacCtx.Channel, &dutyCycleTimeOff, &MacCtx.NvmCtx->AggregatedTimeOff );
23762376

23772377
if( status != LORAMAC_STATUS_OK )
23782378
{

0 commit comments

Comments
 (0)