Skip to content
Snippets Groups Projects
Commit 68a85a72 authored by Julian Oes's avatar Julian Oes
Browse files

px4_layer: astyle

parent 2dd2c914
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,7 @@ px4_task_t px4_task_spawn_cmd(const char *name, int scheduler, int priority, int
if (stack_size < PTHREAD_STACK_MIN) {
stack_size = PTHREAD_STACK_MIN;
}
rv = pthread_attr_setstacksize(&attr, stack_size);
if (rv != 0) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment