From c36c0e77a2465355bcf13bd7dc718d8c9aa6ff64 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Fri, 8 Oct 2021 15:39:49 -0700 Subject: [PATCH] [cli] use `OT_ERROR_PENDING` instead of `kErrorPending` (#7061) --- src/cli/cli.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/cli.cpp b/src/cli/cli.cpp index 16817db6b..92a66dcb9 100644 --- a/src/cli/cli.cpp +++ b/src/cli/cli.cpp @@ -3343,7 +3343,7 @@ otError Interpreter::ProcessPing(Arg aArgs[]) if (!async) { - error = kErrorPending; + error = OT_ERROR_PENDING; } exit: