From 9264b754565c550afad96d4ef5ad1a76e6e8c233 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 14 Mar 2011 18:05:24 +0000 Subject: SLIP updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3379 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/drivers/net/slip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/drivers') 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 -- cgit v1.2.3