Skip to content

Commit

Permalink
fixup! tests: add emb6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Feb 16, 2016
1 parent ef46105 commit afa24ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/emb6/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ static void *_emb6_thread(void *args)
}

static const shell_command_t shell_commands[] = {
{ "ping6", "Send and receive pings", ping_cmd },
{ "ping6", "Send pings and receive pongs", ping_cmd },
#ifdef MODULE_CONN_UDP
{ "udp", "Send UDP messages and listen for messages on UDP port", udp_cmd },
#endif
Expand Down

0 comments on commit afa24ab

Please sign in to comment.