mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Remove sensor_sonar.c's dependency on mw.h/board.h.
This commit is contained in:
parent
53b7edd843
commit
1464b7398a
2 changed files with 12 additions and 3 deletions
|
@ -44,7 +44,6 @@ float accVelScale;
|
|||
|
||||
int16_t smallAngle = 0;
|
||||
|
||||
int32_t sonarAlt; // to think about the unit
|
||||
int32_t EstAlt; // in cm
|
||||
int32_t AltHold;
|
||||
int32_t errorAltitudeI = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue