Azure IoT common library

Fork of azure_c_shared_utility by Azure IoT

Revision:
25:8507bf644fdf
Parent:
21:b92006c5b9ff
Child:
33:5f2a48fc7e5b
--- a/platform_mbed.cpp	Thu Apr 06 14:12:06 2017 -0700
+++ b/platform_mbed.cpp	Fri Apr 21 14:51:10 2017 -0700
@@ -62,6 +62,11 @@
     return tlsio_wolfssl_get_interface_description();
 }
 
+STRING_HANDLE platform_get_platform_info(void)
+{
+    return STRING_construct("(mbed)");
+}
+
 void platform_deinit(void)
 {
     EthernetInterface::disconnect();