From d0b40cff0e7e854e6fce81a59d7644805bd4bf65 Mon Sep 17 00:00:00 2001 From: agdl Date: Tue, 2 Feb 2016 15:13:42 +0100 Subject: [PATCH] Fixed define To be compliant with all the others --- libraries/CurieIMU/src/CurieIMU.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/CurieIMU/src/CurieIMU.h b/libraries/CurieIMU/src/CurieIMU.h index 31f42e6a..86d672aa 100644 --- a/libraries/CurieIMU/src/CurieIMU.h +++ b/libraries/CurieIMU/src/CurieIMU.h @@ -77,7 +77,7 @@ typedef enum { CURIE_IMU_ACCELEROMETER_RANGE_2G = BMI160_ACCEL_RANGE_2G, CURIE_IMU_ACCELEROMETER_RANGE_4G = BMI160_ACCEL_RANGE_4G, CURIE_IMU_ACCELEROMETER_RANGE_8G = BMI160_ACCEL_RANGE_8G, - CURIE_IMU_ACCEL_RANGE_16G = BMI160_ACCEL_RANGE_16G + CURIE_IMU_ACCELEROMETER_RANGE_16G = BMI160_ACCEL_RANGE_16G } CurieIMUAccelerometerRange; /**