mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
refactor(pthread): added esp_pthread unit tests for linux target
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
* pthread port for Linux build
|
||||
*/
|
||||
|
||||
#include <pthread.h>
|
||||
#include <sys/param.h>
|
||||
#include "sdkconfig.h"
|
||||
#include "esp_pthread.h"
|
||||
#include "esp_heap_caps.h"
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include <string.h>
|
||||
#include "freertos/FreeRTOS.h"
|
||||
|
||||
|
Reference in New Issue
Block a user