mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Changed mpu6500GyroInit to only call mpuIntExtiInit once
This commit is contained in:
parent
107f09d6e1
commit
86ea38f607
1 changed files with 0 additions and 2 deletions
|
@ -86,8 +86,6 @@ void mpu6500GyroInit(uint8_t lpf)
|
|||
}
|
||||
#endif
|
||||
|
||||
mpuIntExtiInit();
|
||||
|
||||
mpuConfiguration.write(MPU_RA_PWR_MGMT_1, MPU6500_BIT_RESET);
|
||||
delay(100);
|
||||
mpuConfiguration.write(MPU_RA_SIGNAL_PATH_RESET, 0x07);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue