mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-27 17:40:22 +00:00
Update tcpsendpacket.c
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user