aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-09 07:32:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-09 07:32:27 +0000
commita53bc3d266cae5f72c30abed0aa884ade3723192 (patch)
treefed38ca8e80fdd2e45299777f47be4260e484a77 /os
parentd79eea31a268ce14b60b30d929b2d2c905048d98 (diff)
downloadChibiOS-a53bc3d266cae5f72c30abed0aa884ade3723192.tar.gz
ChibiOS-a53bc3d266cae5f72c30abed0aa884ade3723192.tar.bz2
ChibiOS-a53bc3d266cae5f72c30abed0aa884ade3723192.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3137 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r--os/various/shell.c1
1 files changed, 1 insertions, 0 deletions
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> ");