1
0
Fork 0
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:
Thorsten Laux 2018-12-09 20:38:15 +01:00
parent d4512672fe
commit 52e2ad2301
3 changed files with 1 additions and 2 deletions

View file

@ -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);