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:
Sudeep Mohanty
2025-09-12 13:37:58 +02:00
parent d4e58bf7dc
commit bb0f072c7a
16 changed files with 65 additions and 44 deletions

View File

@@ -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"