mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 14:07:34 +08:00
Undo a local change to quiet some debug noise when running on an XRacer rev7 board
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user