mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-15 16:34:05 +00:00
refactor(freertos): Make task snapshot debug API public
This commit makes the task snapshot related API public under the header freertos_debug.h.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "rv_decode.h"
|
||||
#include "sdkconfig.h"
|
||||
#include "esp_private/crosscore_int.h"
|
||||
#include "esp_private/freertos_debug.h"
|
||||
#include "freertos/freertos_debug.h"
|
||||
#include "freertos/portmacro.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/FreeRTOSConfig.h"
|
||||
|
Reference in New Issue
Block a user