summaryrefslogtreecommitdiff
path: root/nuttx/drivers/net/slip.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/net/slip.c')
-rw-r--r--nuttx/drivers/net/slip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/drivers/net/slip.c b/nuttx/drivers/net/slip.c
index 56a61d531..083eb4ec2 100644
--- a/nuttx/drivers/net/slip.c
+++ b/nuttx/drivers/net/slip.c
@@ -74,8 +74,8 @@
/* Configuration ************************************************************/
-#if UIP_LLH_LEN > 0
-# error "UIP_LLH_LEN must be set to zero"
+#if NET_LLH_LEN > 0
+# error "NET_LLH_LEN must be set to zero"
#endif
#ifndef CONFIG_NET_NOINTS