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

Fixed whitespace

This commit is contained in:
2018-06-13 03:31:38 -04:00
parent 989e532e0c
commit aa07a820ba

View file

@ -138,7 +138,7 @@ void targetConfiguration(void)
/* Setpoints */ /* Setpoints */
pidProfile->dterm_filter_type = FILTER_BIQUAD; pidProfile->dterm_filter_type = FILTER_BIQUAD;
pidProfile->dterm_notch_hz = 0; pidProfile->dterm_notch_hz = 0;
pidProfile->dtermSetpointWeight = 100; pidProfile->dtermSetpointWeight = 100;
pidProfile->setpointRelaxRatio = 0; pidProfile->setpointRelaxRatio = 0;