summaryrefslogtreecommitdiff
path: root/board/fleex
diff options
context:
space:
mode:
Diffstat (limited to 'board/fleex')
-rw-r--r--board/fleex/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/fleex/board.c b/board/fleex/board.c
index 879c4fc959..eba235f85b 100644
--- a/board/fleex/board.c
+++ b/board/fleex/board.c
@@ -192,7 +192,7 @@ struct motion_sensor_t motion_sensors[] = {
.drv_data = &lsm6dsm_g_data,
.port = I2C_PORT_SENSOR,
.addr = LSM6DSM_ADDR0,
- .default_range = 1000, /* dps */
+ .default_range = 1000 | ROUND_UP_FLAG, /* dps */
.rot_standard_ref = &base_standard_ref,
.min_frequency = LSM6DSM_ODR_MIN_VAL,
.max_frequency = LSM6DSM_ODR_MAX_VAL,