瀏覽代碼

Merge pull request #1827 from luofanlu/patch-3

Update at_client.c
Bernard Xiong 7 年之前
父節點
當前提交
51729e6a7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/net/at/src/at_client.c

+ 1 - 1
components/net/at/src/at_client.c

@@ -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;
     }
     }