mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Fix gyro exti def
This commit is contained in:
parent
e68df0415e
commit
0d2cfd0690
1 changed files with 2 additions and 2 deletions
|
@ -40,11 +40,11 @@
|
|||
#define SPI1_MOSI_PIN PA7
|
||||
|
||||
#define USE_EXTI
|
||||
#define MPU_INT_EXTI PC4
|
||||
#define USE_MPU_DATA_READY_SIGNAL
|
||||
#define USE_GYRO_EXTI
|
||||
#define GYRO_1_EXTI_PIN PC4
|
||||
|
||||
#define USE_MPU_DATA_READY_SIGNAL
|
||||
|
||||
// ICM 20689
|
||||
#define GYRO_1_CS_PIN PA4
|
||||
#define GYRO_1_SPI_INSTANCE SPI1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue