mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(linux_target): added missing include file when CONFIG_HEAP_ABORT_WHEN_ALLOCATION_FAILS
This commit is contained in:
parent
4fb231088d
commit
b8e6b4601c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user