diff options
Diffstat (limited to 'testex/STM32/STM32L4xx/I2C-LSM6DS0')
-rw-r--r-- | testex/STM32/STM32L4xx/I2C-LSM6DS0/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testex/STM32/STM32L4xx/I2C-LSM6DS0/main.c b/testex/STM32/STM32L4xx/I2C-LSM6DS0/main.c index f8e156dde..5c2626ffe 100644 --- a/testex/STM32/STM32L4xx/I2C-LSM6DS0/main.c +++ b/testex/STM32/STM32L4xx/I2C-LSM6DS0/main.c @@ -46,8 +46,8 @@ static const I2CConfig i2ccfg = { };
static const LSM6DS0AccConfig lsm6ds0acccfg = {
- {0, 0, 0}, /* Use default sensitivity.*/
- {0, 0, 0}, /* Use default bias.*/
+ NULL, /* Use default sensitivity.*/
+ NULL, /* Use default bias.*/
LSM6DS0_ACC_FS_2G, /* Full scale value 2g.*/
LSM6DS0_ACC_ODR_50Hz, /* Output data rate 100 Hz.*/
#if LSM6DS0_ACC_USE_ADVANCED || defined(__DOXYGEN__)
|