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
7a837cde
Commit
7a837cde
authored
Feb 21, 2014
by
Don Gagne
Browse files
Commented out uneeded debugging output
parent
cab41473
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/configuration/FlightModeConfig.cc
View file @
7a837cde
...
...
@@ -216,12 +216,12 @@ void FlightModeConfig::saveButtonClicked(void)
// rc channel value.
void
FlightModeConfig
::
remoteControlChannelRawChanged
(
int
chan
,
float
val
)
{
qDebug
()
<<
chan
<<
val
<<
_modeSwitchRCChannel
;
//
qDebug() << chan << val << _modeSwitchRCChannel;
// Until we get the _modeSwitchRCChannel value from a parameter it will be set
// to -1, which is an invalid channel thus the labels won't update
if
(
chan
==
_modeSwitchRCChannel
)
{
qDebug
()
<<
chan
<<
val
;
//
qDebug() << chan << val;
size_t
highlightIndex
=
_cModes
;
// initialize to unreachable index
for
(
size_t
i
=
0
;
i
<
_cModes
;
i
++
)
{
...
...
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