From a53bc3d266cae5f72c30abed0aa884ade3723192 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 9 Jul 2011 07:32:27 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3137 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/various/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'os') diff --git a/os/various/shell.c b/os/various/shell.c index b62297fc8..d47df283d 100644 --- a/os/various/shell.c +++ b/os/various/shell.c @@ -153,6 +153,7 @@ static msg_t shell_thread(void *p) { char *lp, *cmd, *tokp, line[SHELL_MAX_LINE_LENGTH]; char *args[SHELL_MAX_ARGUMENTS + 1]; + chRegSetThreadName("shell"); chprintf(chp, "\r\nChibiOS/RT Shell\r\n"); while (TRUE) { chprintf(chp, "ch> "); -- cgit v1.2.3