test

Committer:
peyo
Date:
Wed Apr 12 14:07:09 2017 +0200
Revision:
0:cd5404401c2f
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
peyo 0:cd5404401c2f 1 /*
peyo 0:cd5404401c2f 2 * Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
peyo 0:cd5404401c2f 3 *
peyo 0:cd5404401c2f 4 * Licensed under the Apache License, Version 2.0 (the "License").
peyo 0:cd5404401c2f 5 * You may not use this file except in compliance with the License.
peyo 0:cd5404401c2f 6 * A copy of the License is located at
peyo 0:cd5404401c2f 7 *
peyo 0:cd5404401c2f 8 * http://aws.amazon.com/apache2.0
peyo 0:cd5404401c2f 9 *
peyo 0:cd5404401c2f 10 * or in the "license" file accompanying this file. This file is distributed
peyo 0:cd5404401c2f 11 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
peyo 0:cd5404401c2f 12 * express or implied. See the License for the specific language governing
peyo 0:cd5404401c2f 13 * permissions and limitations under the License.
peyo 0:cd5404401c2f 14 */
peyo 0:cd5404401c2f 15
peyo 0:cd5404401c2f 16 #ifndef SRC_SHADOW_AWS_IOT_SHADOW_KEY_H_
peyo 0:cd5404401c2f 17 #define SRC_SHADOW_AWS_IOT_SHADOW_KEY_H_
peyo 0:cd5404401c2f 18
peyo 0:cd5404401c2f 19 #define SHADOW_CLIENT_TOKEN_STRING "clientToken"
peyo 0:cd5404401c2f 20 #define SHADOW_VERSION_STRING "version"
peyo 0:cd5404401c2f 21
peyo 0:cd5404401c2f 22 #endif /* SRC_SHADOW_AWS_IOT_SHADOW_KEY_H_ */