repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding more servos
[inav.git]
/
src
/
main
/
flight
/
rth_estimator.h
blob
b24f48fddb8f2cdece86cb66d7d52ee45e229be6
1
2
#if defined(USE_ADC) && defined(USE_GPS)
3
float
calculateRemainingFlightTimeBeforeRTH
(
bool
takeWindIntoAccount
);
4
float
calculateRemainingDistanceBeforeRTH
(
bool
takeWindIntoAccount
);
5
#endif