mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 01:05:21 +03:00
Resolve compilation errors. I hope
This commit is contained in:
parent
d35a895ad3
commit
c75c45c58d
2 changed files with 9 additions and 10 deletions
|
@ -299,10 +299,9 @@ bool validateRTHSanityChecker(void);
|
|||
void updateHomePosition(void);
|
||||
bool abortLaunchAllowed(void);
|
||||
|
||||
static bool rthAltControlStickOverrideCheck(unsigned axis);
|
||||
|
||||
static void updateRthTrackback(bool forceSaveTrackPoint);
|
||||
static fpVector3_t * rthGetTrackbackPos(void);
|
||||
// static bool rthAltControlStickOverrideCheck(unsigned axis);
|
||||
// static void updateRthTrackback(bool forceSaveTrackPoint);
|
||||
// static fpVector3_t * rthGetTrackbackPos(void);
|
||||
|
||||
#ifdef USE_FW_AUTOLAND
|
||||
static float getLandAltitude(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue