mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +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
|
@ -254,7 +254,6 @@ typedef struct adjustmentState_s {
|
|||
#define MAX_ADJUSTMENT_RANGE_COUNT 15
|
||||
|
||||
bool isAirmodeActive(void);
|
||||
bool isSuperExpoActive(void);
|
||||
void resetAdjustmentStates(void);
|
||||
void updateAdjustmentStates(adjustmentRange_t *adjustmentRanges);
|
||||
void processRcAdjustments(controlRateConfig_t *controlRateConfig, struct rxConfig_s *rxConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue