mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 09:43:30 +08:00
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…
x
Reference in New Issue
Block a user