mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 05:15:25 +03:00
Allow inflight adjustment of yaw rate.
This commit is contained in:
parent
9ddbb4ed9d
commit
f166ca3516
2 changed files with 10 additions and 1 deletions
|
@ -138,9 +138,10 @@ typedef enum {
|
|||
ADJUSTMENT_RC_RATE,
|
||||
ADJUSTMENT_RC_EXPO,
|
||||
ADJUSTMENT_PITCH_ROLL_RATE,
|
||||
ADJUSTMENT_YAW_RATE,
|
||||
} adjustmentFunction_e;
|
||||
|
||||
#define ADJUSTMENT_FUNCTION_COUNT 4
|
||||
#define ADJUSTMENT_FUNCTION_COUNT 5
|
||||
|
||||
typedef struct adjustmentConfig_s {
|
||||
uint8_t adjustmentFunction;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue