feat(freertos): Exposed Kconfig option for configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES
This commit exposes the FreeRTOS List integrity check option configUSE_LIST_DATA_INTEGRITY_CHECK_BYTES via menuconfig.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "freertos/task.h"
|
||||
|
||||
// Some resources are lazy allocated, the threshold is left for that case
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-800)
|
||||
#define TEST_MEMORY_LEAK_THRESHOLD (-900)
|
||||
|
||||
static size_t before_free_8bit;
|
||||
static size_t before_free_32bit;
|
||||
|
||||
Reference in New Issue
Block a user