pthread: remove ESP32_ prefix from Kconfig options

pthread implementation is not chip-specific, so this prefix is not
needed.
This commit is contained in:
Ivan Grokhotkov
2019-07-28 11:22:51 +02:00
parent 661769527c
commit e9de7b1df3
5 changed files with 33 additions and 26 deletions

View File

@@ -22,7 +22,7 @@ extern "C" {
#endif
#ifndef PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN CONFIG_ESP32_PTHREAD_STACK_MIN
#define PTHREAD_STACK_MIN CONFIG_PTHREAD_STACK_MIN
#endif
/** pthread configuration structure that influences pthread creation */