1
0
Fork 0
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:
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

@ -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);