mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 03:52:01 +02:00
Cleanup
This commit is contained in:
committed by
Ivan Grokhotkov
parent
bf8ff8c98b
commit
8859dab10c
@@ -1,11 +0,0 @@
|
||||
#include "unity.h"
|
||||
|
||||
TEST_CASE("pthread C test 1", "[pthread]")
|
||||
{
|
||||
// int delay_ms = 50;
|
||||
// const delay_test_arg_t args = { .delay_us = delay_ms * 1000, .method = 1 };
|
||||
// xTaskCreatePinnedToCore(test_delay_task, "", 2048, (void*) &args, 3, NULL, 0);
|
||||
// vTaskDelay(delay_ms / portTICK_PERIOD_MS + 1);
|
||||
// xTaskCreatePinnedToCore(test_delay_task, "", 2048, (void*) &args, 3, NULL, 1);
|
||||
// vTaskDelay(delay_ms / portTICK_PERIOD_MS + 1);
|
||||
}
|
||||
@@ -54,7 +54,7 @@ static void thread_main()
|
||||
}
|
||||
}
|
||||
|
||||
TEST_CASE("pthread CXX test 1", "[pthread]")
|
||||
TEST_CASE("pthread CXX", "[pthread]")
|
||||
{
|
||||
global_sp.reset(new int(1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user