mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
MPU6K: Report start scan not as failure, but as not found if sensor is not around
This commit is contained in:
@@ -2186,7 +2186,7 @@ fail:
|
||||
*g_dev_ptr = nullptr;
|
||||
}
|
||||
|
||||
errx(1, "driver start failed");
|
||||
errx(1, "no device on this bus");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user