未验证 提交 993835b5 编写于 作者: D David Lin 提交者: GitHub

Update tcpsendpacket.c

上级 8e57dcb7
......@@ -25,7 +25,7 @@ void tcp_senddata(const char *url, int port, int length)
if(RT_NULL == buffer_ptr)
{
/* 申请内存失败 */
rt_kprintf("Not enough memory\n");
rt_kprintf("No memory\n");
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册