mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
fix(esp_system): Fix structurally dead code in esp_ipc.c ipc_task
This commit is contained in:
committed by
BOT
parent
3029a4b97b
commit
9d41a098d7
@@ -89,12 +89,6 @@ static void IRAM_ATTR ipc_task(void* arg)
|
|||||||
}
|
}
|
||||||
#endif // !CONFIG_FREERTOS_UNICORE
|
#endif // !CONFIG_FREERTOS_UNICORE
|
||||||
}
|
}
|
||||||
// TODO: currently this is unreachable code. Introduce esp_ipc_uninit
|
|
||||||
// function which will signal to both tasks that they can shut down.
|
|
||||||
// Not critical at this point, we don't have a use case for stopping
|
|
||||||
// IPC yet.
|
|
||||||
// Also need to delete the semaphore here.
|
|
||||||
vTaskDelete(NULL);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user