From ff6be18b84196c49ea9af44da2183da31a215e4c Mon Sep 17 00:00:00 2001 From: Stephan Zeisberg Date: Tue, 19 Apr 2011 13:35:25 +0200 Subject: [PATCH] buildbot testing --- projects/WEAtHeR/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/WEAtHeR/main.c b/projects/WEAtHeR/main.c index 9f3a854928..c89c8fa16a 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 thread */ + /* start shell */ thread_create(shell_stack_buffer, SHELL_STACK_SIZE, PRIORITY_MAIN-1, CREATE_STACKTEST, shell_runner, "shell"); /* initialize message gateway */