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
50085ece
Commit
50085ece
authored
Sep 02, 2015
by
Don Gagne
Browse files
Fix incorrect type
parent
aac802a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Joystick/Joystick.h
View file @
50085ece
...
...
@@ -151,7 +151,7 @@ private:
static
const
char
*
_rgFunctionSettingsKey
[
maxFunction
];
static
const
int
_cButtons
=
12
;
int
_rgButtonValues
[
_cButtons
];
bool
_rgButtonValues
[
_cButtons
];
int
_rgButtonActions
[
_cButtons
];
quint16
_lastButtonBits
;
...
...
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