1
0
Fork 0
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:
Dominic Clifton 2015-01-16 01:00:40 +00:00
parent b7462c0b3d
commit b64c71264c
5 changed files with 21 additions and 16 deletions

View file

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