mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-27 23:38:32 +08:00
@@ -870,7 +870,7 @@ int at_client_init(const char *dev_name, rt_size_t recv_bufsz)
|
|||||||
|
|
||||||
if (idx >= AT_CLIENT_NUM_MAX)
|
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;
|
result = -RT_EFULL;
|
||||||
goto __exit;
|
goto __exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user