mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
sdp3x: reduce verbosity when no device on the bus
This commit is contained in:
@@ -81,7 +81,7 @@ SDP3X::init_sdp3x()
|
||||
|
||||
if (ret != PX4_OK) {
|
||||
perf_count(_comms_errors);
|
||||
PX4_ERR("config failed");
|
||||
DEVICE_DEBUG("config failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user