Update tcpsendpacket.c
This commit is contained in:
parent
8e57dcb723
commit
993835b5ed
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue