Skip to content

Commit

Permalink
Update examples/sock_tcp_echo/main.c
Browse files Browse the repository at this point in the history
Co-authored-by: Marian Buschsieweke <maribu@users.noreply.github.com>
  • Loading branch information
benpicco and maribu authored Nov 11, 2024
1 parent f34ed11 commit 03948f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sock_tcp_echo/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static int _cmd_tcp_listen(int argc, char **argv)
}

static const shell_command_t shell_commands[] = {
{ "send", "send data over TCP", _cmd_tcp_send },
SHELL_COMMAND(send, "send data over TCP", _cmd_tcp_send);
{ "listen", "start echo server", _cmd_tcp_listen },
{ NULL, NULL, NULL }
};
Expand Down

0 comments on commit 03948f8

Please sign in to comment.