mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 03:02:36 +08:00
barosim: corrected wrong return value
This commit is contained in:
@@ -817,7 +817,7 @@ start()
|
||||
}
|
||||
|
||||
DevMgr::releaseHandle(h);
|
||||
return true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user