mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Removed non-helpful verbosity
This commit is contained in:
parent
0731d331bf
commit
756d67f2de
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user