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
3713adf2
Commit
3713adf2
authored
Aug 05, 2013
by
tstellanova
Browse files
fix null ptr exception
parent
548a0097
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UAS.cc
View file @
3713adf2
...
...
@@ -152,6 +152,7 @@ UAS::UAS(MAVLinkProtocol* protocol, int id) : UASInterface(),
componentMulti
[
i
]
=
false
;
}
paramDataModel
=
new
UASParameterDataModel
(
this
);
paramDataModel
->
setUASID
(
this
->
getUASID
());
// 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