Skip to content

Commit

Permalink
[radio] update usage of otMacFrameGetSequence (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui authored Sep 26, 2024
1 parent f38d3b3 commit 0d3a8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openthread
Submodule openthread updated 845 files
2 changes: 1 addition & 1 deletion src/radio.c
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ void B91RxTxIntHandler()
}

sAckFrame.mPsdu[1] = 0;
sAckFrame.mPsdu[2] = otMacFrameGetSequence(rx_frame_ptr);
otEXPECT(otMacFrameGetSequence(rx_frame_ptr, &sAckFrame.mPsdu[2]) == OT_ERROR_NONE);

sAckFrame.mChannel = rx_frame_ptr->mChannel;

Expand Down

0 comments on commit 0d3a8a6

Please sign in to comment.