mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Fix board orientation.
This commit is contained in:
parent
4c17d40f1f
commit
5d8cc42871
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@
|
|||
#define USE_ACC
|
||||
#define USE_ACC_SPI_MPU6500
|
||||
#if defined(PIRXF4)
|
||||
#define ACC_1_ALIGN CW180_DEG
|
||||
#define ACC_1_ALIGN CW0_DEG
|
||||
#else
|
||||
#define ACC_1_ALIGN CW180_DEG_FLIP
|
||||
#endif
|
||||
|
@ -89,7 +89,7 @@
|
|||
#define USE_GYRO
|
||||
#define USE_GYRO_SPI_MPU6500
|
||||
#if defined(PIRXF4)
|
||||
#define GYRO_1_ALIGN CW180_DEG
|
||||
#define GYRO_1_ALIGN CW0_DEG
|
||||
#else
|
||||
#define GYRO_1_ALIGN CW180_DEG_FLIP
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue