summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_contig.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/iob/iob_contig.c')
-rwxr-xr-xnuttx/net/iob/iob_contig.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/net/iob/iob_contig.c b/nuttx/net/iob/iob_contig.c
index ff9831a21..6af1b9c99 100755
--- a/nuttx/net/iob/iob_contig.c
+++ b/nuttx/net/iob/iob_contig.c
@@ -39,6 +39,13 @@
#include <nuttx/config.h>
+#if defined(CONFIG_DEBUG) && defined(CONFIG_NET_IOB_DEBUG)
+/* Force debug output (from this file only) */
+
+# undef CONFIG_DEBUG_NET
+# define CONFIG_DEBUG_NET 1
+#endif
+
#include <string.h>
#include <assert.h>
#include <errno.h>