buildbot testing
This commit is contained in:
parent
67a62dae39
commit
ff6be18b84
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user