From: Matthias Kruk Date: Wed, 2 Oct 2019 07:22:49 +0000 (+0900) Subject: Add CONFIG_DEBUG_NET definition to config.h X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=e30188cbfa4d19c7166cd7baf2b8da40bde0b78d;p=corax Add CONFIG_DEBUG_NET definition to config.h --- 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 */