mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 23:05:19 +03:00
IMU naming cleanup.
This commit is contained in:
parent
8b0a982931
commit
01b2ce0b36
8 changed files with 23 additions and 23 deletions
|
@ -108,7 +108,7 @@ static void applyGyroZero(void)
|
|||
}
|
||||
}
|
||||
|
||||
void gyroGetADC(void)
|
||||
void gyroUpdate(void)
|
||||
{
|
||||
// FIXME When gyro.read() fails due to i2c or other error gyroZero is continually re-applied to gyroADC resulting in a old reading that gets worse over time.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue