diff --git a/projects/WEAtHeR/main.c b/projects/WEAtHeR/main.c index c89c8fa16a..9f3a854928 100644 --- a/projects/WEAtHeR/main.c +++ b/projects/WEAtHeR/main.c @@ -256,7 +256,7 @@ int main(void) { puts(""); printf("Sending interval: %lu\n", sending_interval / SECOND); - /* start shell */ + /* start shell thread */ thread_create(shell_stack_buffer, SHELL_STACK_SIZE, PRIORITY_MAIN-1, CREATE_STACKTEST, shell_runner, "shell"); /* initialize message gateway */