mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
Revert "Merge branch 'feature/vfs_select' into 'master'"
This reverts merge request !2074
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "freertos/task.h"
|
||||
#include "unity.h"
|
||||
#include "unity_config.h"
|
||||
#include "tcpip_adapter.h"
|
||||
|
||||
void unityTask(void *pvParameters)
|
||||
{
|
||||
@@ -13,10 +12,6 @@ void unityTask(void *pvParameters)
|
||||
|
||||
void app_main()
|
||||
{
|
||||
// TCP/IP adapter is initialized here because it leaks memory so the
|
||||
// initialization in test cases would make the test fail because of leak.
|
||||
tcpip_adapter_init();
|
||||
|
||||
// Note: if unpinning this task, change the way run times are calculated in
|
||||
// unity_platform
|
||||
xTaskCreatePinnedToCore(unityTask, "unityTask", 8192, NULL,
|
||||
|
||||
Reference in New Issue
Block a user