mirror of
https://github.com/espressif/openthread.git
synced 2026-08-05 18:37:45 +00:00
[style] replace NULL with nullptr (#5109)
This commit is contained in:
@@ -87,7 +87,7 @@ template <typename TimerType> class TestTimer : public TimerType
|
||||
{
|
||||
public:
|
||||
TestTimer(ot::Instance &aInstance)
|
||||
: TimerType(aInstance, TestTimer::HandleTimerFired, NULL)
|
||||
: TimerType(aInstance, TestTimer::HandleTimerFired, nullptr)
|
||||
, mFiredCounter(0)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user