Skip to content

Commit

Permalink
Update src/core/mac/mac.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Abtin Keshavarzian <abtink@google.com>
  • Loading branch information
hastigondaliya and abtink committed Sep 11, 2023
1 parent aebed51 commit 5dff375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/mac/mac.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ void Mac::PerformEnergyScan(void)
{
if(!GetRxOnWhenIdle())
{
SuccessOrAssert(Get().Receive(mScanChannel));
mLinks.Receive(mScanChannel);
}
error = mLinks.EnergyScan(mScanChannel, mScanDuration);
}
Expand Down

0 comments on commit 5dff375

Please sign in to comment.