sdp3x: reduce verbosity when no device on the bus

This commit is contained in:
Beat Küng
2020-04-24 11:20:35 +02:00
parent d3dd5e9da1
commit 44537ccd1a
@@ -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;
}