mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
eliminate extra newlines
This commit is contained in:
parent
d4512672fe
commit
52e2ad2301
3 changed files with 1 additions and 2 deletions
|
@ -159,7 +159,6 @@ typedef struct pidProfile_s {
|
|||
uint8_t use_integrated_yaw; // Selects whether the yaw pidsum should integrated
|
||||
uint8_t integrated_yaw_relax; // Specifies how much integrated yaw should be reduced to offset the drag based yaw component
|
||||
} pidProfile_t;
|
||||
|
||||
|
||||
PG_DECLARE_ARRAY(pidProfile_t, MAX_PROFILE_COUNT, pidProfiles);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue