Work on a test command

This commit is contained in:
Adrien Bourmault 2019-11-25 17:28:53 +01:00
parent a4bf874276
commit 313c69a05b
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ static Command_t testcmdtable[] =
{ "shell", CmdShell, "Start a new shell (nested)", },
{ "stkov", CmdStackOverflow, "Provoke a stack overflow" },
{ "stkun", CmdStackUnderflow, "Provoke a stack underflow" },
{ "timer", CmdTimerTest, "test timer of x ms" },
{ "timer", CmdTimerTest, "test timer of x ms" },
{ NULL, NULL, NULL }
};