mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
heap/multi_heap_poisoning: include heap_private.h only when no host heap tests
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
#include <sys/param.h>
|
||||
#include <multi_heap.h>
|
||||
#include "multi_heap_internal.h"
|
||||
#include "heap_private.h"
|
||||
#if CONFIG_IDF_TARGET_ESP32S2BETA
|
||||
#include "heap_private.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Note: Keep platform-specific parts in this header, this source
|
||||
file should depend on libc only */
|
||||
|
Reference in New Issue
Block a user