From 313c69a05b5759c292705d5237d9d8f575c7445f Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 25 Nov 2019 17:28:53 +0100 Subject: [PATCH] Work on a test command --- kaleid/kernel/sh/shcmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaleid/kernel/sh/shcmds.c b/kaleid/kernel/sh/shcmds.c index 8151ed2..e664dc5 100644 --- a/kaleid/kernel/sh/shcmds.c +++ b/kaleid/kernel/sh/shcmds.c @@ -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 } };