forked from Archive/PX4-Autopilot
barosim: corrected wrong return value
This commit is contained in:
parent
4e4f22428e
commit
adf9647aab
|
@ -817,7 +817,7 @@ start()
|
|||
}
|
||||
|
||||
DevMgr::releaseHandle(h);
|
||||
return true;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue