未验证 提交 d65424a5 编写于 作者: L luofanlu 提交者: GitHub

Update at_client.c

correct a spelling mistake
上级 ef4f9040
......@@ -870,7 +870,7 @@ int at_client_init(const char *dev_name, rt_size_t recv_bufsz)
if (idx >= AT_CLIENT_NUM_MAX)
{
LOG_E("AT client initialize filed! Check the maximum number(%d) of AT client.", AT_CLIENT_NUM_MAX);
LOG_E("AT client initialize failed! Check the maximum number(%d) of AT client.", AT_CLIENT_NUM_MAX);
result = -RT_EFULL;
goto __exit;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册