mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
relocate comment to variable declaratiion
This commit is contained in:
parent
8422723b15
commit
bcc55abcc8
2 changed files with 5 additions and 2 deletions
|
@ -333,7 +333,7 @@ static void resetConf(void)
|
|||
|
||||
resetRollAndPitchTrims(¤tProfile.accelerometerTrims);
|
||||
|
||||
currentProfile.mag_declination = 0; // For example, -6deg 37min, = -637 Japan, format is [sign]dddmm (degreesminutes) default is zero.
|
||||
currentProfile.mag_declination = 0;
|
||||
currentProfile.acc_lpf_factor = 4;
|
||||
currentProfile.accz_deadband = 40;
|
||||
currentProfile.accxy_deadband = 40;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue