mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed whitespace
This commit is contained in:
parent
989e532e0c
commit
aa07a820ba
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ void targetConfiguration(void)
|
|||
|
||||
/* Setpoints */
|
||||
pidProfile->dterm_filter_type = FILTER_BIQUAD;
|
||||
pidProfile->dterm_notch_hz = 0;
|
||||
pidProfile->dterm_notch_hz = 0;
|
||||
pidProfile->dtermSetpointWeight = 100;
|
||||
pidProfile->setpointRelaxRatio = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue