mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
system: re-enable esp_event, real_time_stats and pthread examples and test for C2
This commit is contained in:
@@ -174,9 +174,6 @@ typedef struct {
|
||||
} destr_test_state_t;
|
||||
|
||||
|
||||
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
|
||||
//IDF-5142
|
||||
|
||||
static void s_test_repeat_destructor(void *vp_state);
|
||||
static void *s_test_repeat_destructor_thread(void *vp_state);
|
||||
|
||||
@@ -253,4 +250,3 @@ static void *s_test_repeat_destructor_thread(void *vp_state)
|
||||
}
|
||||
pthread_exit(NULL);
|
||||
}
|
||||
#endif //!TEMPORARY_DISABLED_FOR_TARGETS(ESP32C2)
|
||||
|
Reference in New Issue
Block a user