mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
address code review
This commit is contained in:
parent
293dc42710
commit
d033a8dc76
4 changed files with 30 additions and 24 deletions
|
@ -206,9 +206,8 @@ void resetPidProfile(pidProfile_t *pidProfile)
|
|||
.auto_profile_cell_count = AUTO_PROFILE_CELL_COUNT_STAY,
|
||||
.transient_throttle_limit = 15,
|
||||
.profileName = { 0 },
|
||||
.idle_hz = 0,
|
||||
.idle_min_rpm = 0,
|
||||
.idle_adjustment_speed = 50,
|
||||
.idle_throttle = 60,
|
||||
.idle_p = 50,
|
||||
.idle_pid_limit = 200,
|
||||
.idle_max_increase = 150,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue