fix(linux_target): added missing include file when CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS

pull/12800/head
Marius Vikhammer 2024-02-09 16:58:06 +08:00
rodzic 4fb231088d
commit b8e6b4601c
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -13,6 +13,10 @@
#include "esp_attr.h"
#include "esp_heap_caps.h"
#ifdef CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS
#include "esp_system.h"
#endif
static esp_alloc_failed_hook_t alloc_failed_callback;
static const uint32_t MAGIC_HEAP_SIZE = UINT32_MAX;