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.
Fork of mbed-os-example-client by
Diff: main.cpp
- Revision:
 - 87:5092f48bb68c
 - Parent:
 - 71:ec259c9b02ea
 
diff -r bc390bdb63b4 -r 5092f48bb68c main.cpp
--- a/main.cpp	Thu May 11 12:00:08 2017 +0100
+++ b/main.cpp	Thu May 11 13:45:08 2017 +0100
@@ -358,12 +358,7 @@
     // Keep track of the main thread
     mainThread = osThreadGetId();
 
-    printf("\nStarting mbed Client example in ");
-#if defined (MESH) || (MBED_CONF_LWIP_IPV6_ENABLED==true)
-    printf("IPv6 mode\n");
-#else
-    printf("IPv4 mode\n");
-#endif
+    printf("\nStarting mbed Client example\n");
 
     mbed_trace_init();
 
    