mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 08:36:08 +08:00
remove the commented out WARN as it's no longer an issue
This commit is contained in:
committed by
Lorenz Meier
parent
91241626a9
commit
b797657694
@@ -334,8 +334,7 @@ void AttitudeEstimatorQ::task_main()
|
||||
|
||||
} else if (ret == 0) {
|
||||
// Poll timeout, do nothing
|
||||
// TODO: RobD debugging - quiet this for now
|
||||
// PX4_WARN("Q POLL TIMEOUT");
|
||||
PX4_WARN("Q POLL TIMEOUT");
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user