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:
Lorenz Meier 2014-01-23 09:16:40 +01:00
parent 8833f81b48
commit d77a15e94f
1 changed files with 1 additions and 3 deletions

View File

@ -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..");
}
}