mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 09:14:50 +00:00
FreeRTOS: Remove task_snapshot inclusion from task.h
Remove ESP's addition of task_snapshot.h from task.h. This line was added previously for backward compatibility. For IDF v5.0, this can be removed.
This commit is contained in:
@@ -3492,10 +3492,6 @@ TaskHandle_t pvTaskIncrementMutexHeldCount( void ) PRIVILEGED_FUNCTION;
|
||||
*/
|
||||
void vTaskInternalSetTimeOutState( TimeOut_t * const pxTimeOut ) PRIVILEGED_FUNCTION;
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
/* TODO: IDF-3683 */
|
||||
#include "freertos/task_snapshot.h"
|
||||
#endif // ESP_PLATFORM
|
||||
|
||||
/** @endcond */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user