Skip to content

Commit

Permalink
Fix NEUTRONRCF435 gyro EXTI pin (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveCEvans authored Dec 17, 2023
1 parent 563911f commit 2c98ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/NEUTRONRCF435/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
// MPU6000 interrupts
#define USE_EXTI
#define USE_GYRO_EXTI
#define GYRO_1_EXTI_PIN PB8
#define GYRO_1_EXTI_PIN PA8

#define SPI1_SCK_PIN PA5
#define SPI2_SCK_PIN PB13
Expand Down

0 comments on commit 2c98ccc

Please sign in to comment.