summaryrefslogtreecommitdiff
path: root/firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h')
-rw-r--r--firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h b/firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h
index 9ddc9075..9a1d876c 100644
--- a/firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h
+++ b/firmware/os/algos/calibration/gyroscope/gyro_stillness_detect.h
@@ -1,6 +1,3 @@
-#ifndef LOCATION_LBS_CONTEXTHUB_NANOAPPS_CALIBRATION_GYROSCOPE_GYRO_STILLNESS_DETECT_H_
-#define LOCATION_LBS_CONTEXTHUB_NANOAPPS_CALIBRATION_GYROSCOPE_GYRO_STILLNESS_DETECT_H_
-
/*
* Copyright (C) 2016 The Android Open Source Project
*
@@ -33,6 +30,8 @@
* are nanoseconds.
*/
///////////////////////////////////////////////////////////////
+#ifndef LOCATION_LBS_CONTEXTHUB_NANOAPPS_CALIBRATION_GYROSCOPE_GYRO_STILLNESS_DETECT_H_
+#define LOCATION_LBS_CONTEXTHUB_NANOAPPS_CALIBRATION_GYROSCOPE_GYRO_STILLNESS_DETECT_H_
#include <math.h>
#include <stdbool.h>