mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 12:24:06 +08:00
sensors: Fix code style
This commit is contained in:
parent
9f2498af94
commit
f5c5f4757d
@ -2216,6 +2216,7 @@ Sensors::task_main()
|
||||
baro_poll(raw);
|
||||
|
||||
#ifndef __PX4_POSIX
|
||||
|
||||
/* work out if main gyro timed out and fail over to alternate gyro */
|
||||
if (raw.gyro_timestamp[0] > 0 && hrt_elapsed_time(&raw.gyro_timestamp[0]) > 20 * 1000) {
|
||||
|
||||
@ -2229,6 +2230,7 @@ Sensors::task_main()
|
||||
warnx("failing over to second gyro");
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* check battery voltage */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user