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 changed files with 1 additions and 1 deletions

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