aboutsummaryrefslogtreecommitdiffstats
path: root/testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c')
-rw-r--r--testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c b/testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c
index a97d1a38a..d2c7d6b01 100644
--- a/testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c
+++ b/testex/STM32/STM32F4xx/I2C-LSM303AGR/main.c
@@ -52,7 +52,7 @@ static const LSM303AGRConfig lsm303agrcfg = {
LSM303AGR_ACC_FS_4G,
LSM303AGR_ACC_ODR_100Hz,
#if LSM303AGR_ACC_USE_ADVANCED
- LSM303AGR_ACC_MODE_HRES,
+ LSM303AGR_ACC_MODE_LPOW,
LSM303AGR_ACC_BDU_BLOCK,
LSM303AGR_ACC_END_LITTLE,
#endif