未验证 提交 8edb978c 编写于 作者: H HubretXie 提交者: GitHub

Update at_client.c

修复LOG_X修改引起的编译错误
上级 e045c656
......@@ -748,7 +748,7 @@ static int at_client_para_init(at_client_t client)
client->recv_buffer = (char *) rt_calloc(1, client->recv_bufsz);
if (client->recv_buffer == RT_NULL)
{
LOG_E("AT client initialize failed! No memory for receive buffer.")
LOG_E("AT client initialize failed! No memory for receive buffer.");
result = -RT_ENOMEM;
goto __exit;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册