mirror of https://github.com/ARMmbed/mbed-os.git
Move tests to their appropriate source folder
parent
1b95c17f1d
commit
ed1741e452
|
@ -1,3 +1,7 @@
|
|||
#if !FEATURE_IPV4
|
||||
#error [NOT_SUPPORTED] IPV4 not supported for this target
|
||||
#endif
|
||||
|
||||
#include "mbed.h"
|
||||
#include "LWIPInterface.h"
|
||||
#include "UDPSocket.h"
|
|
@ -1,3 +1,7 @@
|
|||
#if !FEATURE_IPV4
|
||||
#error [NOT_SUPPORTED] IPV4 not supported for this target
|
||||
#endif
|
||||
|
||||
#include "mbed.h"
|
||||
#include "LWIPInterface.h"
|
||||
#include "TCPSocket.h"
|
|
@ -1,3 +1,7 @@
|
|||
#if !FEATURE_IPV4
|
||||
#error [NOT_SUPPORTED] IPV4 not supported for this target
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include "mbed.h"
|
||||
#include "LWIPInterface.h"
|
|
@ -1,3 +1,7 @@
|
|||
#if !FEATURE_IPV4
|
||||
#error [NOT_SUPPORTED] IPV4 not supported for this target
|
||||
#endif
|
||||
|
||||
#include "mbed.h"
|
||||
#include "LWIPInterface.h"
|
||||
#include "UDPSocket.h"
|
Loading…
Reference in New Issue