Skip to content

Commit

Permalink
Merge branch 'bugfix/heap_task_includes_v5.2' into 'release/v5.2'
Browse files Browse the repository at this point in the history
fix(heap): fixed missing include in esp_heap_task_info.h (v5.2)

See merge request espressif/esp-idf!29116
  • Loading branch information
ESP-Marius committed Feb 20, 2024
2 parents dbbe2cf + 6b1413c commit 08a50af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/heap/include/esp_heap_task_info.h
Expand Up @@ -9,6 +9,10 @@

#ifdef CONFIG_HEAP_TASK_TRACKING

#include <stdint.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"

#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit 08a50af

Please sign in to comment.