Adding more servos
[inav.git] / src / main / flight / rth_estimator.h
blobb24f48fddb8f2cdece86cb66d7d52ee45e229be6
2 #if defined(USE_ADC) && defined(USE_GPS)
3 float calculateRemainingFlightTimeBeforeRTH(bool takeWindIntoAccount);
4 float calculateRemainingDistanceBeforeRTH(bool takeWindIntoAccount);
5 #endif