mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 07:07:46 +00:00
Cleanup reset reason names. (#1824)
This commit is contained in:
@@ -415,7 +415,7 @@ exit:
|
||||
otPlatResetReason otPlatGetResetReason(otInstance *aInstance)
|
||||
{
|
||||
(void)aInstance;
|
||||
return kPlatResetReason_PowerOn;
|
||||
return OT_PLAT_RESET_REASON_POWER_ON;
|
||||
}
|
||||
|
||||
void otPlatLog(otLogLevel, otLogRegion, const char *, ...)
|
||||
|
||||
Reference in New Issue
Block a user