Skip to content

Commit 9278691

Browse files
committed
Merge branch 'master' of github.com:foss-for-synopsys-dwc-arc-processors/embarc_osp
2 parents d44c3fe + e4e2a14 commit 9278691

File tree

1 file changed

+1
-1
lines changed
  • middleware/openthread/platforms/emsk

1 file changed

+1
-1
lines changed

middleware/openthread/platforms/emsk/radio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ void emskRadioProcess(otInstance *aInstance)
555555

556556
readFrame();
557557
uint8_t reg = mrf24j40_read_short_ctrl_reg(MRF24J40_TXSTAT);
558-
if (reg & MRF24J40_TXSTAT)
558+
if (reg & MRF24J40_TXNSTAT)
559559
{
560560
DBG("TX MAC Timeout!!!!!!\r\n");
561561
if (reg & MRF24J40_CCAFAIL)

0 commit comments

Comments
 (0)