summaryrefslogtreecommitdiff
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-14 18:05:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-14 18:05:24 +0000
commit9264b754565c550afad96d4ef5ad1a76e6e8c233 (patch)
tree5aa49d43f2714eb95f3f13ec490f7d810d651fbe /nuttx/drivers
parentee2220174467b0e456446f5faaef1bd1660f786e (diff)
downloadpx4-nuttx-9264b754565c550afad96d4ef5ad1a76e6e8c233.tar.gz
px4-nuttx-9264b754565c550afad96d4ef5ad1a76e6e8c233.tar.bz2
px4-nuttx-9264b754565c550afad96d4ef5ad1a76e6e8c233.zip
SLIP updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3379 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/net/slip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/drivers/net/slip.c b/nuttx/drivers/net/slip.c
index 899e4e5be..c822b5d46 100644
--- a/nuttx/drivers/net/slip.c
+++ b/nuttx/drivers/net/slip.c
@@ -73,7 +73,7 @@
# error "UIP_LLH_LEN must be set to zero"
#endif
-#ifdef CONFIG_NET_MULTIBUFFER
+#ifndef CONFIG_NET_MULTIBUFFER
# error "Requires CONFIG_NET_MULTIBUFFER"
#endif