mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Rename freq parameter; remove UT warnings
This commit is contained in:
parent
dc3271255c
commit
06ce23951b
5 changed files with 12 additions and 8 deletions
|
@ -428,7 +428,7 @@ static void resetConf(void)
|
|||
|
||||
currentProfile->mixerConfig.yaw_direction = 1;
|
||||
currentProfile->mixerConfig.tri_unarmed_servo = 1;
|
||||
currentProfile->mixerConfig.servo_lowpass_freq_idx = 99;
|
||||
currentProfile->mixerConfig.servo_lowpass_freq = 400;
|
||||
currentProfile->mixerConfig.servo_lowpass_enable = 0;
|
||||
|
||||
// gimbal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue