mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 01:17:46 +00:00
[style] replace NULL with nullptr (#5109)
This commit is contained in:
@@ -109,7 +109,7 @@ void FuzzerPlatformProcess(otInstance *aInstance)
|
||||
}
|
||||
else
|
||||
{
|
||||
otPlatRadioTxDone(aInstance, &sRadioTransmitFrame, NULL, OT_ERROR_NONE);
|
||||
otPlatRadioTxDone(aInstance, &sRadioTransmitFrame, nullptr, OT_ERROR_NONE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user