iothub_ll_telemetry_sample

Committer:
AzureIoTClient
Date:
Tue Sep 11 11:15:36 2018 -0700
Revision:
4:f08837288a37
Parent:
0:c979e2f5511a
1.2.9

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzureIoTClient 0:c979e2f5511a 1 // Copyright (c) Microsoft. All rights reserved.
AzureIoTClient 0:c979e2f5511a 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
AzureIoTClient 0:c979e2f5511a 3
AzureIoTClient 0:c979e2f5511a 4 #ifndef CERTS_H
AzureIoTClient 0:c979e2f5511a 5 #define CERTS_H
AzureIoTClient 0:c979e2f5511a 6
AzureIoTClient 0:c979e2f5511a 7 #ifdef __cplusplus
AzureIoTClient 0:c979e2f5511a 8 extern "C"
AzureIoTClient 0:c979e2f5511a 9 {
AzureIoTClient 0:c979e2f5511a 10 #endif
AzureIoTClient 0:c979e2f5511a 11
AzureIoTClient 4:f08837288a37 12 extern const char certificates[];
AzureIoTClient 0:c979e2f5511a 13
AzureIoTClient 0:c979e2f5511a 14 #ifdef __cplusplus
AzureIoTClient 0:c979e2f5511a 15 }
AzureIoTClient 0:c979e2f5511a 16 #endif
AzureIoTClient 0:c979e2f5511a 17
AzureIoTClient 0:c979e2f5511a 18 #endif /* CERTS_H */