mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 02:17:07 +08:00
Minor change to make USB startup more resilient
This commit is contained in:
@@ -1488,7 +1488,7 @@ int sensors_main(int argc, char *argv[])
|
||||
if (!strcmp(argv[1], "start")) {
|
||||
|
||||
if (sensors::g_sensors != nullptr)
|
||||
errx(1, "sensors task already running");
|
||||
errx(0, "sensors task already running");
|
||||
|
||||
sensors::g_sensors = new Sensors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user