Browse Source

barosim: corrected wrong return value

sbg
Julian Oes 9 years ago
parent
commit
adf9647aab
  1. 2
      src/platforms/posix/drivers/barosim/baro.cpp

2
src/platforms/posix/drivers/barosim/baro.cpp

@ -817,7 +817,7 @@ start() @@ -817,7 +817,7 @@ start()
}
DevMgr::releaseHandle(h);
return true;
return 0;
}

Loading…
Cancel
Save