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.
Dependencies: iothub_client EthernetInterface iothub_http_transport mbed-rtos mbed wolfSSL azure_c_shared_utility NTPClient
Diff: iothub_client_sample_http.c
- Revision:
- 82:031681808c6a
- Parent:
- 79:e5cdb4c2307c
- Child:
- 83:2911682db006
--- a/iothub_client_sample_http.c Fri Nov 17 14:00:00 2017 -0800 +++ b/iothub_client_sample_http.c Fri Dec 15 14:11:44 2017 -0800 @@ -9,9 +9,6 @@ Simply changing the using the convenience layer (functions not having _LL) and removing calls to _DoWork will yield the same results. */ -#ifdef ARDUINO -#include "AzureIoT.h" -#else #include "azure_c_shared_utility/threadapi.h" #include "azure_c_shared_utility/crt_abstractions.h" #include "azure_c_shared_utility/platform.h" @@ -19,7 +16,6 @@ #include "iothub_client_ll.h" #include "iothub_message.h" #include "iothubtransporthttp.h" -#endif #ifdef MBED_BUILD_TIMESTAMP #define SET_TRUSTED_CERT_IN_SAMPLES