Update net tests to use feature name LWIP and not IPv4

pull/2878/head
Sam Grove 2016-10-01 02:21:04 -05:00
parent db8d1f679f
commit 04a2af7395
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#if !FEATURE_LWIP
#error [NOT_SUPPORTED] LWIP not supported for this target
#endif
#include "mbed.h"

View File

@ -1,5 +1,5 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#if !FEATURE_LWIP
#error [NOT_SUPPORTED] LWIP not supported for this target
#endif
#include "mbed.h"

View File

@ -1,5 +1,5 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#if !FEATURE_LWIP
#error [NOT_SUPPORTED] LWIP not supported for this target
#endif
#include <algorithm>

View File

@ -1,5 +1,5 @@
#if !FEATURE_IPV4
#error [NOT_SUPPORTED] IPV4 not supported for this target
#if !FEATURE_LWIP
#error [NOT_SUPPORTED] LWIP not supported for this target
#endif
#include "mbed.h"