mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fix typo in comment
This commit is contained in:
parent
864cf3f3b4
commit
3db1151ce7
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ typedef struct pidProfile_s {
|
|||
uint8_t feedforward_smooth_factor; // Amount of lowpass type smoothing for feedforward steps
|
||||
uint8_t feedforward_jitter_factor; // Number of RC steps below which to attenuate feedforward
|
||||
uint8_t dyn_lpf_curve_expo; // set the curve for dynamic dterm lowpass filter
|
||||
uint8_t level_race_mode; // NFE race mode - when true pitch setpoint calcualtion is gyro based in level mode
|
||||
uint8_t level_race_mode; // NFE race mode - when true pitch setpoint calculation is gyro based in level mode
|
||||
uint8_t vbat_sag_compensation; // Reduce motor output by this percentage of the maximum compensation amount
|
||||
|
||||
uint8_t simplified_pids_mode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue