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.
Dependents: iothub_client_sample_http simplesample_http temp_sensor_anomaly
Revision 11:495deb847d9c, committed 2016-01-28
- Comitter:
- AzureIoTClient
- Date:
- Thu Jan 28 12:38:29 2016 -0800
- Parent:
- 10:b012891d0a54
- Child:
- 12:9e2531d86009
- Commit message:
- v1.0.0-preview.9
Changed in this revision
| iothubtransporthttp.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/iothubtransporthttp.c Thu Jan 28 09:57:44 2016 -0800 +++ b/iothubtransporthttp.c Thu Jan 28 12:38:29 2016 -0800 @@ -8,7 +8,7 @@ #include "gballoc.h" #include <time.h> -#include "version.h" +#include "iothub_client_version.h" #include "iothub_client_private.h" #include "iothubtransporthttp.h"
