From 56d7e426224f06945792dd870e1f744f0c00837d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 18 Jun 2014 11:45:55 -0600 Subject: Networking: Move relevant parts of net/Kconfig to tcp/Kconfig, udp/Kconfig, and pkt/Kconfig --- nuttx/net/net_send_buffered.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nuttx/net/net_send_buffered.c') diff --git a/nuttx/net/net_send_buffered.c b/nuttx/net/net_send_buffered.c index 5005e1a5f..60f2a6134 100644 --- a/nuttx/net/net_send_buffered.c +++ b/nuttx/net/net_send_buffered.c @@ -43,6 +43,13 @@ #if defined(CONFIG_NET) && defined(CONFIG_NET_TCP) && \ defined(CONFIG_NET_TCP_WRITE_BUFFERS) +#if defined(CONFIG_DEBUG) && defined(CONFIG_NET_TCP_WRBUFFER_DEBUG) +/* Force debug output (from this file only) */ + +# undef CONFIG_DEBUG_NET +# define CONFIG_DEBUG_NET 1 +#endif + #include #include -- cgit v1.2.3