Skip to content

Commit

Permalink
This will become the Feature espressif#8662
Browse files Browse the repository at this point in the history
  • Loading branch information
f-hoepfinger-hr-agrartechnik committed Jan 26, 2023
1 parent d825753 commit f0a0029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/pthread/pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ int pthread_create(pthread_t *thread, const pthread_attr_t *attr,
}

uint32_t stack_size = CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT;
bool externalmemory = false;
BaseType_t prio = CONFIG_PTHREAD_TASK_PRIO_DEFAULT;
BaseType_t core_id = get_default_pthread_core();
const char *task_name = CONFIG_PTHREAD_TASK_NAME_DEFAULT;
Expand Down

0 comments on commit f0a0029

Please sign in to comment.