mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-22 14:17:35 +08:00
rm3100: remove read error message
This commit is contained in:
@@ -151,7 +151,6 @@ int RM3100::collect()
|
||||
if (ret != OK) {
|
||||
perf_end(_sample_perf);
|
||||
perf_count(_comms_errors);
|
||||
PX4_WARN("Register read error.");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user