Skip to content
GitLab
Menu
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
e9684a13
Commit
e9684a13
authored
Mar 16, 2014
by
Lorenz Meier
Browse files
Fixed range of data type
parent
63954486
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/comm/MAVLinkSimulationLink.h
View file @
e9684a13
...
...
@@ -123,7 +123,7 @@ protected:
void
enqueue
(
uint8_t
*
stream
,
uint8_t
*
index
,
mavlink_message_t
*
msg
);
static
const
int8_t
systemId
=
220
;
static
const
u
int8_t
systemId
=
220
;
static
const
uint8_t
componentId
=
200
;
static
const
uint16_t
version
=
1000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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