Fixed default setting for gyro 2. (#8544)
Fixed default setting for gyro 2.
This commit is contained in:
commit
7471ada0c1
|
@ -338,7 +338,7 @@
|
|||
|
||||
// F4 and F7 single gyro boards
|
||||
#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_ALIGN ALIGN_DEFAULT
|
||||
#define GYRO_2_EXTI_PIN NONE
|
||||
|
|
Loading…
Reference in New Issue