Skip to content

Commit

Permalink
RushBladeF7 fix as per Kaio (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Mar 29, 2021
1 parent 11d9f38 commit f43e284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/target/RUSHBLADEF7/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
//#define BEEPER_PWM_HZ 1100

#define USE_EXTI
#define MPU_INT_EXTI PC4
#define MPU_INT_EXTI PA4
#define USE_MPU_DATA_READY_SIGNAL

#define USE_ACC
#define USE_GYRO
//------MPU6000
#define MPU6000_CS_PIN PA4
#define MPU6000_CS_PIN PC4
#define MPU6000_SPI_INSTANCE SPI1

#define USE_GYRO_SPI_MPU6000
Expand Down

0 comments on commit f43e284

Please sign in to comment.