mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 03:50:02 +03:00
Fixed default setting for gyro 2. (#8544)
Fixed default setting for gyro 2.
This commit is contained in:
commit
7471ada0c1
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@
|
||||||
|
|
||||||
// F4 and F7 single gyro boards
|
// F4 and F7 single gyro boards
|
||||||
#if defined(USE_MULTI_GYRO) && !defined(GYRO_2_SPI_INSTANCE)
|
#if defined(USE_MULTI_GYRO) && !defined(GYRO_2_SPI_INSTANCE)
|
||||||
#define GYRO_2_SPI_INSTANCE GYRO_1_SPI_INSTANCE
|
#define GYRO_2_SPI_INSTANCE NULL
|
||||||
#define GYRO_2_CS_PIN NONE
|
#define GYRO_2_CS_PIN NONE
|
||||||
#define GYRO_2_ALIGN ALIGN_DEFAULT
|
#define GYRO_2_ALIGN ALIGN_DEFAULT
|
||||||
#define GYRO_2_EXTI_PIN NONE
|
#define GYRO_2_EXTI_PIN NONE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue