Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
e39d9db4
Commit
e39d9db4
authored
Aug 05, 2013
by
tstellanova
Browse files
fix null ptr exception
parent
29f3bdb1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
e39d9db4
...
@@ -152,6 +152,7 @@ UAS::UAS(MAVLinkProtocol* protocol, int id) : UASInterface(),
...
@@ -152,6 +152,7 @@ UAS::UAS(MAVLinkProtocol* protocol, int id) : UASInterface(),
componentMulti
[
i
]
=
false
;
componentMulti
[
i
]
=
false
;
}
}
paramDataModel
=
new
UASParameterDataModel
(
this
);
paramDataModel
->
setUASID
(
this
->
getUASID
());
paramDataModel
->
setUASID
(
this
->
getUASID
());
// Store a list of available actions for this UAS.
// Store a list of available actions for this UAS.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment