File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1649,7 +1649,7 @@ static void OnMacStateCheckTimerEvent( void )
16491649 }
16501650 else
16511651 {
1652- if ( ( JoinRequestTrials >= MaxJoinRequestTrials ) )
1652+ if ( JoinRequestTrials >= MaxJoinRequestTrials )
16531653 {
16541654 LoRaMacState &= ~LORAMAC_TX_RUNNING ;
16551655 }
@@ -1665,7 +1665,7 @@ static void OnMacStateCheckTimerEvent( void )
16651665 {// Procedure for all other frames
16661666 if ( ( ChannelsNbRepCounter >= LoRaMacParams .ChannelsNbRep ) || ( LoRaMacFlags .Bits .McpsInd == 1 ) )
16671667 {
1668- if ( LoRaMacFlags .Bits .McpsInd == 0 )
1668+ if ( LoRaMacFlags .Bits .McpsInd == 0 )
16691669 { // Maximum repititions without downlink. Reset MacCommandsBufferIndex. Increase ADR Ack counter.
16701670 // Only process the case when the MAC did not receive a downlink.
16711671 MacCommandsBufferIndex = 0 ;
You can’t perform that action at this time.
0 commit comments