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 e8435e3 commit 084cdfeCopy full SHA for 084cdfe
src/mac/LoRaMac.c
@@ -1629,7 +1629,7 @@ static void LoRaMacHandleJoinRequest( void )
1629
static uint8_t LoRaMacCheckForTxTimeout( void )
1630
{
1631
if( ( LoRaMacConfirmQueueGetStatusCmn( ) == LORAMAC_EVENT_INFO_STATUS_TX_TIMEOUT ) ||
1632
- ( LoRaMacConfirmQueueGetStatusCmn( ) == LORAMAC_EVENT_INFO_STATUS_TX_TIMEOUT ) )
+ ( MacCtx.McpsConfirm.Status == LORAMAC_EVENT_INFO_STATUS_TX_TIMEOUT ) )
1633
1634
// Stop transmit cycle due to tx timeout
1635
MacCtx.MacState &= ~LORAMAC_TX_RUNNING;
0 commit comments