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:
- 25:8507bf644fdf
- Parent:
- 21:b92006c5b9ff
- Child:
- 36:678a31adedbe
--- 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();