buildbot testing

This commit is contained in:
Stephan Zeisberg 2011-04-19 13:35:25 +02:00
parent 67a62dae39
commit ff6be18b84

View File

@ -256,7 +256,7 @@ int main(void) {
puts(""); puts("");
printf("Sending interval: %lu\n", sending_interval / SECOND); 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"); thread_create(shell_stack_buffer, SHELL_STACK_SIZE, PRIORITY_MAIN-1, CREATE_STACKTEST, shell_runner, "shell");
/* initialize message gateway */ /* initialize message gateway */