Cleanup reset reason names. (#1824)

This commit is contained in:
Jonathan Hui
2017-05-25 09:08:45 -07:00
committed by GitHub
parent 36f2c7c0db
commit 9073d0d99a
12 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -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 *, ...)