Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pthread: fix esp_pthread.h to compatible with c++
esp_pthread.h is missing the necessary extern "C"{ ... } wrapper to be compatible with C++. The result is link errors when you call its functions from C++ code, because the compiler generates mangled names. Closes espressif#2121 Closes espressif#2172
- Loading branch information