mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Decouple altitudehold.c from config.c. Update flight_imu_unittest and
altitude_hold_unittest.
This commit is contained in:
parent
f8b13d7c62
commit
503e7a0817
15 changed files with 243 additions and 121 deletions
|
@ -129,7 +129,6 @@ extern int16_t axisPID[XYZ_AXIS_COUNT];
|
|||
|
||||
extern int16_t heading, magHold;
|
||||
|
||||
extern int32_t EstAlt;
|
||||
extern int32_t AltHold;
|
||||
extern int32_t EstAlt;
|
||||
extern int32_t vario;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue