File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
features/FEATURE_LWIP/TESTS/mbedmicro-net
nist_internet_time_service Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- #if !FEATURE_IPV4
2
- #error [NOT_SUPPORTED] IPV4 not supported for this target
1
+ #if !FEATURE_LWIP
2
+ #error [NOT_SUPPORTED] LWIP not supported for this target
3
3
#endif
4
4
5
5
#include " mbed.h"
Original file line number Diff line number Diff line change 1
- #if !FEATURE_IPV4
2
- #error [NOT_SUPPORTED] IPV4 not supported for this target
1
+ #if !FEATURE_LWIP
2
+ #error [NOT_SUPPORTED] LWIP not supported for this target
3
3
#endif
4
4
5
5
#include " mbed.h"
Original file line number Diff line number Diff line change 1
- #if !FEATURE_IPV4
2
- #error [NOT_SUPPORTED] IPV4 not supported for this target
1
+ #if !FEATURE_LWIP
2
+ #error [NOT_SUPPORTED] LWIP not supported for this target
3
3
#endif
4
4
5
5
#include < algorithm>
Original file line number Diff line number Diff line change 1
- #if !FEATURE_IPV4
2
- #error [NOT_SUPPORTED] IPV4 not supported for this target
1
+ #if !FEATURE_LWIP
2
+ #error [NOT_SUPPORTED] LWIP not supported for this target
3
3
#endif
4
4
5
5
#include " mbed.h"
You can’t perform that action at this time.
0 commit comments