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

Some cleanups

Fix missing bracket
This commit is contained in:
borisbstyle 2016-02-24 23:42:14 +01:00
parent df159d195d
commit 127251cc99
5 changed files with 4 additions and 14 deletions

View file

@ -334,7 +334,6 @@ void resetRcControlsConfig(rcControlsConfig_t *rcControlsConfig) {
void resetMixerConfig(mixerConfig_t *mixerConfig) {
mixerConfig->yaw_motor_direction = 1;
mixerConfig->airmode_saturation_limit = 30;
mixerConfig->yaw_jump_prevention_limit = 200;
#ifdef USE_SERVOS
mixerConfig->tri_unarmed_servo = 1;