mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
CF/BF - Delete unused 'angleAtMin' and 'angleAtMax'.
This commit is contained in:
parent
565993a3e8
commit
ad6dbfee5c
5 changed files with 5 additions and 22 deletions
|
@ -84,8 +84,6 @@ void pgResetFn_servoParams(servoParam_t *instance)
|
|||
.max = DEFAULT_SERVO_MAX,
|
||||
.middle = DEFAULT_SERVO_MIDDLE,
|
||||
.rate = 100,
|
||||
.angleAtMin = DEFAULT_SERVO_MIN_ANGLE,
|
||||
.angleAtMax = DEFAULT_SERVO_MAX_ANGLE,
|
||||
.forwardFromChannel = CHANNEL_FORWARDING_DISABLED
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue