include/nuttx/net/netconfig.h: Fix some backward compilation that was emitting #error in the wrong condition when SLIP was enabled

This commit is contained in:
Gregory Nutt
2015-07-01 11:55:40 -06:00
parent c6f56ccf8c
commit b59329a714
+1 -1
View File
@@ -139,7 +139,7 @@
#elif defined(CONFIG_NET_SLIP)
/* There is no link layer header with SLIP */
# ifdef CONFIG_NET_IPv4
# ifndef CONFIG_NET_IPv4
# error SLIP requires IPv4 support
# endif