mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-20 17:44:20 +08:00
Update at_client.c
修复LOG_X修改引起的编译错误
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user