]> git.corax.cc Git - corax/commitdiff
Add CONFIG_DEBUG_HEAP definition to config.h
authorMatthias Kruk <m@m10k.eu>
Mon, 18 Nov 2019 11:37:24 +0000 (20:37 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 18 Nov 2019 11:37:24 +0000 (20:37 +0900)
config.h

index 2a785d15e59e22908cb36fabd5af63117f8a0887..6447353d40896d9a081cf1ef884611a6883f773d 100644 (file)
--- 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