1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Add rc_rate_yaw // SuperExpo feature renamed to SUPEREXPO_RATES

This commit is contained in:
borisbstyle 2016-06-02 17:09:32 +02:00
parent 6c8a8614fc
commit a74acccb84
9 changed files with 15 additions and 19 deletions

View file

@ -136,6 +136,7 @@ typedef struct modeActivationCondition_s {
typedef struct controlRateConfig_s {
uint8_t rcRate8;
uint8_t rcYawRate8;
uint8_t rcExpo8;
uint8_t thrMid8;
uint8_t thrExpo8;