mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
sensors: Fix code style
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user