mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-24 22:20:34 +08:00
Removed non-helpful verbosity
This commit is contained in:
@@ -1969,7 +1969,7 @@ detect(int argc, char *argv[])
|
||||
if (OK != g_dev->detect()) {
|
||||
delete g_dev;
|
||||
g_dev = nullptr;
|
||||
errx(1, "driver detect did not succeed");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
if (g_dev != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user