mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-07 17:49:49 +08:00
indentation
This commit is contained in:
@@ -91,7 +91,7 @@ void ahrs_aligner_run(void) {
|
||||
ahrs_aligner.low_noise_cnt++;
|
||||
else
|
||||
if ( ahrs_aligner.low_noise_cnt > 0)
|
||||
ahrs_aligner.low_noise_cnt--;
|
||||
ahrs_aligner.low_noise_cnt--;
|
||||
|
||||
if (ahrs_aligner.low_noise_cnt > LOW_NOISE_TIME) {
|
||||
ahrs_aligner.status = AHRS_ALIGNER_LOCKED;
|
||||
|
||||
Reference in New Issue
Block a user