mirror of https://github.com/ARMmbed/mbed-os.git
Update net tests to use feature name LWIP and not IPv4
parent
db8d1f679f
commit
04a2af7395
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue