1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

buildbot testing

This commit is contained in:
Stephan Zeisberg 2011-04-19 13:14:44 +02:00
parent 5c365dc21c
commit 67a62dae39

View File

@ -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 */