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:
parent
633832af0f
commit
24b4036968
9 changed files with 40 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue