1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

Work on a test command

This commit is contained in:
Adrien Bourmault 2019-11-25 17:28:53 +01:00
parent a4bf874276
commit 313c69a05b

View File

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