From: Matthias Kruk Date: Mon, 18 Nov 2019 11:37:24 +0000 (+0900) Subject: Add CONFIG_DEBUG_HEAP definition to config.h X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=9681f3c6dd7827b3a506e99654d79291ece9f34e;p=corax Add CONFIG_DEBUG_HEAP definition to config.h --- diff --git a/config.h b/config.h index 2a785d1..6447353 100644 --- a/config.h +++ b/config.h @@ -43,6 +43,7 @@ #define CONFIG_DEBUG_SCHED 0 #define CONFIG_DEBUG_NET 1 #define CONFIG_DEBUG_IPC 1 +#define CONFIG_DEBUG_HEAP 0 #define CONFIG_SOCKET_MAX 1024 #define CONFIG_NET_MBUF_SIZE 2048