Azure IoT common library
Dependents: STM32F746_iothub_client_sample_mqtt f767zi_mqtt iothub_client_sample_amqp iothub_client_sample_http ... more
Diff: platform_mbed.cpp
- Revision:
- 36:678a31adedbe
- Parent:
- 25:8507bf644fdf
--- a/platform_mbed.cpp Fri Nov 03 13:20:36 2017 -0700 +++ b/platform_mbed.cpp Fri Nov 17 13:59:01 2017 -0800 @@ -64,7 +64,9 @@ STRING_HANDLE platform_get_platform_info(void) { - return STRING_construct("(mbed)"); + // Expected format: "(<runtime name>; <operating system name>; <platform>)" + + return STRING_construct("(native; mbed; undefined)"); } void platform_deinit(void)