diff options
Diffstat (limited to 'os')
-rw-r--r-- | os/various/shell.c | 1 |
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> ");
|