mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +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) {
|
} else if (ret == 0) {
|
||||||
// Poll timeout, do nothing
|
// Poll timeout, do nothing
|
||||||
// TODO: RobD debugging - quiet this for now
|
PX4_WARN("Q POLL TIMEOUT");
|
||||||
// PX4_WARN("Q POLL TIMEOUT");
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user