Nuvoton / Mbed OS NuMaker-mbed-tcp

Files at this revision

API Documentation at this revision

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"