From e30188cbfa4d19c7166cd7baf2b8da40bde0b78d Mon Sep 17 00:00:00 2001 From: Matthias Kruk Date: Wed, 2 Oct 2019 16:22:49 +0900 Subject: [PATCH] Add CONFIG_DEBUG_NET definition to config.h --- config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.h b/config.h index 2688243..92b285b 100644 --- a/config.h +++ b/config.h @@ -39,6 +39,7 @@ #define CONFIG_DEBUG 0 #define CONFIG_DEBUG_SCHED 0 +#define CONFIG_DEBUG_NET 1 /* sanity checks */ -- 2.47.3