mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 22:57:46 +00:00
[clang-tidy] google-readability-casting (#5720)
This commit is contained in:
@@ -111,7 +111,7 @@ void TestLinkQualityData(RssTestData aRssData)
|
||||
VerifyOrQuit(ave >= min, "TestLinkQualityInfo failed - GetAverageRss() is smaller than min value.");
|
||||
VerifyOrQuit(ave <= max, "TestLinkQualityInfo failed - GetAverageRss() is larger than min value");
|
||||
VerifyRawRssValue(linkInfo.GetAverageRss(), linkInfo.GetAverageRssRaw());
|
||||
printf("%02u) AddRss(%4d): ", (unsigned int)i, rss);
|
||||
printf("%02u) AddRss(%4d): ", static_cast<unsigned int>(i), rss);
|
||||
PrintOutcome(linkInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user