Skip to content

Commit

Permalink
Update udpclient.c
Browse files Browse the repository at this point in the history
This is 'udp client', not is 'tcp client', so 
tcpclient -> udpclient
  • Loading branch information
DavidLin1577 authored Jun 13, 2020
1 parent b2e30a7 commit 79e4fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/network/udpclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ static void udpclient_test(int argc, char** argv)
{
if (started)
{
LOG_I("The tcpclient has started!");
LOG_I("Please stop tcpclient firstly, by: tcpclient --stop");
LOG_I("The udpclient has started!");
LOG_I("Please stop udpclient firstly, by: udpclient --stop");
return;
}

Expand Down

0 comments on commit 79e4fed

Please sign in to comment.