Skip to content

Commit

Permalink
Update tcpsendpacket.c
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLin1577 authored Apr 17, 2020
1 parent 8e57dcb commit 993835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/network/tcpsendpacket.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 993835b

Please sign in to comment.