1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Redefine rate implementation // new power expo // remove super expo feature

This commit is contained in:
borisbstyle 2016-08-26 02:05:28 +02:00 committed by mikeller
parent 633832af0f
commit 24b4036968
9 changed files with 40 additions and 28 deletions

View file

@ -76,10 +76,6 @@ bool isAirmodeActive(void) {
return (IS_RC_MODE_ACTIVE(BOXAIRMODE) || feature(FEATURE_AIRMODE));
}
bool isSuperExpoActive(void) {
return (feature(FEATURE_SUPEREXPO_RATES));
}
void blackboxLogInflightAdjustmentEvent(adjustmentFunction_e adjustmentFunction, int32_t newValue) {
#ifndef BLACKBOX
UNUSED(adjustmentFunction);