summaryrefslogtreecommitdiff
path: root/driver/accelgyro_icm_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/accelgyro_icm_common.c')
-rw-r--r--driver/accelgyro_icm_common.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/driver/accelgyro_icm_common.c b/driver/accelgyro_icm_common.c
index 03a736e76b..5a3f38dc91 100644
--- a/driver/accelgyro_icm_common.c
+++ b/driver/accelgyro_icm_common.c
@@ -282,13 +282,6 @@ int icm_get_resolution(const struct motion_sensor_t *s)
return ICM_RESOLUTION;
}
-int icm_get_range(const struct motion_sensor_t *s)
-{
- struct accelgyro_saved_data_t *data = ICM_GET_SAVED_DATA(s);
-
- return data->range;
-}
-
int icm_get_data_rate(const struct motion_sensor_t *s)
{
struct accelgyro_saved_data_t *data = ICM_GET_SAVED_DATA(s);