mirror of
https://github.com/espressif/openthread.git
synced 2026-08-22 10:29:52 +00:00
[style] replace NULL with nullptr (#5109)
This commit is contained in:
@@ -92,7 +92,7 @@ void TestLinkQualityData(RssTestData aRssData)
|
||||
size_t i;
|
||||
|
||||
sInstance = testInitInstance();
|
||||
VerifyOrQuit(sInstance != NULL, "Null instance");
|
||||
VerifyOrQuit(sInstance != nullptr, "Null instance");
|
||||
linkInfo.Init(*sInstance);
|
||||
|
||||
printf("- - - - - - - - - - - - - - - - - -\n");
|
||||
|
||||
Reference in New Issue
Block a user