mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Removed unused parameter to processRcAdjustments
This commit is contained in:
parent
becdeb4c9b
commit
f858cd9d38
3 changed files with 3 additions and 3 deletions
|
@ -295,7 +295,7 @@ bool isAirmodeActive(void);
|
|||
void resetAdjustmentStates(void);
|
||||
void updateAdjustmentStates(adjustmentRange_t *adjustmentRanges);
|
||||
struct rxConfig_s;
|
||||
void processRcAdjustments(controlRateConfig_t *controlRateConfig, const struct rxConfig_s *rxConfig);
|
||||
void processRcAdjustments(controlRateConfig_t *controlRateConfig);
|
||||
|
||||
bool isUsingSticksForArming(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue