Skip to content

Commit 79e4fed

Browse files
authored
Update udpclient.c
This is 'udp client', not is 'tcp client', so tcpclient -> udpclient
1 parent b2e30a7 commit 79e4fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/network/udpclient.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ static void udpclient_test(int argc, char** argv)
117117
{
118118
if (started)
119119
{
120-
LOG_I("The tcpclient has started!");
121-
LOG_I("Please stop tcpclient firstly, by: tcpclient --stop");
120+
LOG_I("The udpclient has started!");
121+
LOG_I("Please stop udpclient firstly, by: udpclient --stop");
122122
return;
123123
}
124124

0 commit comments

Comments
 (0)