mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
lis2mdl: remove read error message
This commit is contained in:
@@ -102,7 +102,6 @@ LIS2MDL::measure()
|
|||||||
if (ret != OK) {
|
if (ret != OK) {
|
||||||
perf_end(_sample_perf);
|
perf_end(_sample_perf);
|
||||||
perf_count(_comms_errors);
|
perf_count(_comms_errors);
|
||||||
PX4_WARN("Register read error.");
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user