mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2b357071f1
This commit deprecates the `#include "freertos/task_snapshot.h" include path: - Adds compatibility header with compile time warning - Removes hints related to `task_snapshot.h` - Adds entry to migration guide
10 lines
276 B
C
10 lines
276 B
C
/*
|
|
* SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#pragma once
|
|
|
|
#warning freertos/task_snapshot.h header is no longer used, and will be removed in future versions.
|
|
#include "esp_private/freertos_debug.h"
|