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:
parent
5c365dc21c
commit
67a62dae39
@ -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 */
|
/* start shell thread */
|
||||||
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…
Reference in New Issue
Block a user