mirror of
https://github.com/espressif/openthread.git
synced 2026-07-08 13:20:25 +00:00
Instance API cleanup.
This commit is contained in:
+2
-2
@@ -812,7 +812,7 @@ exit:
|
||||
|
||||
void Interpreter::ProcessFactoryReset(int argc, char *argv[])
|
||||
{
|
||||
otFactoryReset(mInstance);
|
||||
otInstanceFactoryReset(mInstance);
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
}
|
||||
@@ -1821,7 +1821,7 @@ exit:
|
||||
|
||||
void Interpreter::ProcessReset(int argc, char *argv[])
|
||||
{
|
||||
otPlatformReset(mInstance);
|
||||
otInstanceReset(mInstance);
|
||||
(void)argc;
|
||||
(void)argv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user