Skip to content

Commit

Permalink
Update src/core/mac/mac.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Sep 13, 2023
1 parent 5dff375 commit bfbc31e
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 @@ -340,7 +340,7 @@ void Mac::PerformEnergyScan(void)
}
else
{
if(!GetRxOnWhenIdle())
if (!GetRxOnWhenIdle())
{
mLinks.Receive(mScanChannel);
}
Expand Down

0 comments on commit bfbc31e

Please sign in to comment.