Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:861e6f618bd3, committed 2016-10-18
- Comitter:
- cyliang
- Date:
- Tue Oct 18 07:05:19 2016 +0000
- Parent:
- 2:291ff97f421e
- Child:
- 4:f49bb78f93ef
- Commit message:
- Support mbed OS 5.2 without FEATURE_IPV4
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Sep 19 11:57:16 2016 +0000 +++ b/main.cpp Tue Oct 18 07:05:19 2016 +0000 @@ -1,6 +1,6 @@ -#if !FEATURE_IPV4 - #error [NOT_SUPPORTED] IPV4 not supported for this target -#endif +//#if !FEATURE_IPV4 +// #error [NOT_SUPPORTED] IPV4 not supported for this target +//#endif #include <algorithm> #include "mbed.h"