mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 17:37:46 +00:00
[cli] use OT_ERROR_PENDING instead of kErrorPending (#7061)
This commit is contained in:
+1
-1
@@ -3343,7 +3343,7 @@ otError Interpreter::ProcessPing(Arg aArgs[])
|
||||
|
||||
if (!async)
|
||||
{
|
||||
error = kErrorPending;
|
||||
error = OT_ERROR_PENDING;
|
||||
}
|
||||
|
||||
exit:
|
||||
|
||||
Reference in New Issue
Block a user