forked from Archive/PX4-Autopilot
Last small fixes to IO driver to support updates with and without switch pressed and with and without px4io start call before the forceupdate call
This commit is contained in:
parent
8833f81b48
commit
d77a15e94f
|
@ -2784,9 +2784,7 @@ px4io_main(int argc, char *argv[])
|
|||
}
|
||||
|
||||
if (OK != g_dev->init()) {
|
||||
delete g_dev;
|
||||
g_dev = nullptr;
|
||||
errx(1, "driver init failed");
|
||||
warnx("driver init failed, still trying..");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue