mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
STM32F3Discovery - correct default sensor alignment, closes #1289
Also updated ChebuzzF3 variant.
This commit is contained in:
parent
9208b8701a
commit
b2f9e603df
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
#define L3GD20_CS_GPIO GPIOE
|
||||
#define L3GD20_CS_PIN GPIO_Pin_3
|
||||
|
||||
#define GYRO_L3GD20_ALIGN CW90_DEG
|
||||
#define GYRO_L3GD20_ALIGN CW270_DEG
|
||||
#define GYRO_MPU6050_ALIGN CW0_DEG
|
||||
|
||||
#define ACC
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
#define L3GD20_CS_GPIO GPIOE
|
||||
#define L3GD20_CS_PIN GPIO_Pin_3
|
||||
|
||||
#define GYRO_L3GD20_ALIGN CW90_DEG
|
||||
#define GYRO_L3GD20_ALIGN CW270_DEG
|
||||
|
||||
#define ACC
|
||||
#define USE_ACC_LSM303DLHC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue