1
0
Fork 0
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:
Dominic Clifton 2014-04-23 00:05:11 +01:00
parent 53b7edd843
commit 1464b7398a
2 changed files with 12 additions and 3 deletions

View file

@ -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;