From 59c8ee7870107a995039ba4df8e41bc2f3da0c7b Mon Sep 17 00:00:00 2001 From: Krzysztof Wieclaw Date: Tue, 25 Sep 2018 14:34:55 +0200 Subject: Fixed command.h file - added header guardian Change-Id: Iefb1a5d6b4010082820c3d8e3bdd1f7852ce5c54 Signed-off-by: Krzysztof Wieclaw --- inc/command.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inc/command.h b/inc/command.h index 2d8ac3c..2efffeb 100644 --- a/inc/command.h +++ b/inc/command.h @@ -14,6 +14,8 @@ * limitations under the License. */ +#ifndef COMMAND_H_ +#define COMMAND_H_ /** * @brief Types of commands used in communication. @@ -40,3 +42,5 @@ typedef struct __command { } camera_position; } data; } command_s; + +#endif //COMMAND_H_ -- cgit v1.2.3