summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_remove_queue.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/iob/iob_remove_queue.c')
-rw-r--r--nuttx/net/iob/iob_remove_queue.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/net/iob/iob_remove_queue.c b/nuttx/net/iob/iob_remove_queue.c
index 88752a2e8..e8ee794e3 100644
--- a/nuttx/net/iob/iob_remove_queue.c
+++ b/nuttx/net/iob/iob_remove_queue.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 <debug.h>
#include <nuttx/net/iob.h>