Add include guard in headers files (#8108)

Signed-off-by: Sugnan Prabhu S <sugnan.prabhu.s@intel.com>
This commit is contained in:
Sugnan Prabhu
2017-10-11 19:17:52 +05:30
committed by Daniel Agar
parent 553c8b38d2
commit 81809be7cd
28 changed files with 56 additions and 1 deletions
+2
View File
@@ -31,6 +31,8 @@
*
****************************************************************************/
#pragma once
#include <stdint.h>
#include <drivers/drv_hrt.h>
@@ -34,6 +34,8 @@
/// @file calibration_routines.h
/// @authot Don Gagne <don@thegagnes.com>
#pragma once
/**
* Least-squares fit of a sphere to a set of points.
*