Undo a local change to quiet some debug noise when running on an XRacer rev7 board

This commit is contained in:
Robert Dickenson
2016-03-07 19:44:38 +11:00
committed by Lorenz Meier
parent d65bd3f1bd
commit 198a85a72e
@@ -343,8 +343,7 @@ void AttitudeEstimatorQ::task_main()
} else if (ret == 0) {
// Poll timeout, do nothing
// RobD debugging - quiet this for now
// PX4_WARN("Q POLL TIMEOUT");
PX4_WARN("Q POLL TIMEOUT");
continue;
}