mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Renaming getRcStickPosition to getRcStickDeflection and moving to
rc_controls.c.
This commit is contained in:
parent
b7462c0b3d
commit
b64c71264c
5 changed files with 21 additions and 16 deletions
|
@ -214,3 +214,5 @@ void updateAdjustmentStates(adjustmentRange_t *adjustmentRanges);
|
|||
void processRcAdjustments(controlRateConfig_t *controlRateConfig, rxConfig_t *rxConfig);
|
||||
|
||||
bool isUsingSticksForArming(void);
|
||||
|
||||
int32_t getRcStickDeflection(int32_t axis, uint16_t midrc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue