summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi160.h
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accelgyro_bmi160.h')
-rw-r--r--driver/accelgyro_bmi160.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver/accelgyro_bmi160.h b/driver/accelgyro_bmi160.h
index 51675d3248..9ef23864d8 100644
--- a/driver/accelgyro_bmi160.h
+++ b/driver/accelgyro_bmi160.h
@@ -5,8 +5,8 @@
/* BMI160 accelerometer and gyro and BMM150 compass module for Chrome EC */
-#ifndef __CROS_EC_ACCEL_BMI160_H
-#define __CROS_EC_ACCEL_BMI160_H
+#ifndef __CROS_EC_ACCELGYRO_BMI160_H
+#define __CROS_EC_ACCELGYRO_BMI160_H
#include "accelgyro.h"
@@ -285,4 +285,4 @@ struct bmi160_drv_data_t {
struct motion_data_t saved_data[3];
uint8_t flags;
};
-#endif /* __CROS_EC_ACCEL_BMI160_H */
+#endif /* __CROS_EC_ACCELGYRO_BMI160_H */