mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
lis3mdl: remove read error message
This commit is contained in:
parent
84895724cd
commit
38db7c8b00
@ -113,7 +113,6 @@ int LIS3MDL::collect()
|
||||
if (ret != OK) {
|
||||
perf_end(_sample_perf);
|
||||
perf_count(_comms_errors);
|
||||
PX4_WARN("Register read error.");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user