Fixed bug #1184
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14743 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
12315741d4
commit
c06421a108
|
@ -78,6 +78,8 @@
|
|||
- NEW: EFL driver and demo for STM32F3xx.
|
||||
- NEW: New unit test subsystem under /os/test. Now it is officially
|
||||
ChibiOS/TEST.
|
||||
- FIX: Fixed wrong configuration in testex LSM6DSL demos (bug #1184)
|
||||
(backported to 21.6.1)(backported to 20.3.4).
|
||||
- FIX: Fixed CH_CFG_NO_IDLE_THREAD option causes compiler errors (bug #1183)
|
||||
(backported to 21.6.1).
|
||||
- FIX: Fixed STM32 ADCv3 differences in headers (bug #1182)
|
||||
|
|
|
@ -109,7 +109,7 @@ static const LSM6DSLConfig lsm6dslcfg = {
|
|||
NULL,
|
||||
NULL,
|
||||
LSM6DSL_ACC_FS_2G,
|
||||
LSM6DSL_GYRO_ODR_52Hz,
|
||||
LSM6DSL_ACC_ODR_52Hz,
|
||||
NULL,
|
||||
NULL,
|
||||
LSM6DSL_GYRO_FS_250DPS,
|
||||
|
|
|
@ -51,7 +51,7 @@ static const LSM6DSLConfig lsm6dslcfg = {
|
|||
NULL,
|
||||
NULL,
|
||||
LSM6DSL_ACC_FS_2G,
|
||||
LSM6DSL_GYRO_ODR_52Hz,
|
||||
LSM6DSL_ACC_ODR_52Hz,
|
||||
#if LSM6DSL_USE_ADVANCED
|
||||
LSM6DSL_ACC_LP_ENABLED,
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue