[cli] use OT_ERROR_PENDING instead of kErrorPending (#7061)

This commit is contained in:
Jonathan Hui
2021-10-08 15:39:49 -07:00
committed by GitHub
parent 9e4a24151e
commit c36c0e77a2
+1 -1
View File
@@ -3343,7 +3343,7 @@ otError Interpreter::ProcessPing(Arg aArgs[])
if (!async)
{
error = kErrorPending;
error = OT_ERROR_PENDING;
}
exit: