forked from Archive/PX4-Autopilot
MPU6K: Report start scan not as failure, but as not found if sensor is not around
This commit is contained in:
parent
a14e083728
commit
9172bf7271
|
@ -2186,7 +2186,7 @@ fail:
|
|||
*g_dev_ptr = nullptr;
|
||||
}
|
||||
|
||||
errx(1, "driver start failed");
|
||||
errx(1, "no device on this bus");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue