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

@@ -16,7 +16,7 @@
#ifdef CONFIG_ESP_GDBSTUB_SUPPORT_TASKS
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_private/freertos_debug.h"
#include "freertos/freertos_debug.h"
#endif // CONFIG_ESP_GDBSTUB_SUPPORT_TASKS
/* Internal error codes used by the routines that parse the incoming gdb packet */