summaryrefslogtreecommitdiff
path: root/nuttx/net/iob/iob_concat.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-24 11:53:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-24 11:53:19 -0600
commitf3dedc6824c81f3b0eee8b618d02d5bcaebf8aa1 (patch)
tree75feaf208513a84be8ecf8b81f9f76f08dac8768 /nuttx/net/iob/iob_concat.c
parent66449463c477bdda578554a8c3d8e6802905337f (diff)
downloadnuttx-f3dedc6824c81f3b0eee8b618d02d5bcaebf8aa1.tar.gz
nuttx-f3dedc6824c81f3b0eee8b618d02d5bcaebf8aa1.tar.bz2
nuttx-f3dedc6824c81f3b0eee8b618d02d5bcaebf8aa1.zip
Add throttle support to the I/O buffer logic
Diffstat (limited to 'nuttx/net/iob/iob_concat.c')
-rw-r--r--nuttx/net/iob/iob_concat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/net/iob/iob_concat.c b/nuttx/net/iob/iob_concat.c
index 68d35c480..ecaa33b87 100644
--- a/nuttx/net/iob/iob_concat.c
+++ b/nuttx/net/iob/iob_concat.c
@@ -39,7 +39,7 @@
#include <nuttx/config.h>
-#if defined(CONFIG_DEBUG) && defined(CONFIG_NET_IOB_DEBUG)
+#if defined(CONFIG_DEBUG) && defined(CONFIG_IOB_DEBUG)
/* Force debug output (from this file only) */
# undef CONFIG_DEBUG_NET