1
0
Fork 0
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:
Hydra 2017-03-23 21:03:52 +00:00 committed by Dominic Clifton
parent 565993a3e8
commit ad6dbfee5c
5 changed files with 5 additions and 22 deletions

View file

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