This website works better with JavaScript.
Explore
Help
Register
Sign In
zrzk
/
px4_autopilot
Watch
1
Star
0
Fork
You've already forked px4_autopilot
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
barosim: corrected wrong return value
sbg
Julian Oes
9 years ago
parent
4e4f22428e
commit
adf9647aab
1 changed files
with
1 additions
and
1 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/platforms/posix/drivers/barosim/baro.cpp
2
src/platforms/posix/drivers/barosim/baro.cpp
Unescape
Escape
View File
@ -817,7 +817,7 @@ start()
@@ -817,7 +817,7 @@ start()
}
DevMgr
:
:
releaseHandle
(
h
)
;
return
true
;
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
zrzk/px4_autopilot
Title
Body
Create Issue