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
ce8a3e33
Commit
ce8a3e33
authored
Aug 25, 2014
by
Lorenz Meier
Browse files
Merge pull request #843 from DonLakeFlyer/RCCompWarnings
Fix unit test crash rom Pull 840
parents
8890e394
bb8a167c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qgcunittest/PX4RCCalibrationTest.cc
View file @
ce8a3e33
...
...
@@ -711,7 +711,7 @@ void PX4RCCalibrationTest::_validateWidgets(int validateMask, const struct Chann
}
}
for
(
int
chan
=
_availableChannels
;
chan
<
=
PX4RCCalibration
::
_chanMax
;
chan
++
)
{
for
(
int
chan
=
_availableChannels
;
chan
<
PX4RCCalibration
::
_chanMax
;
chan
++
)
{
QCOMPARE
(
_rgRadioWidget
[
chan
]
->
isEnabled
(),
false
);
}
}
\ No newline at end of file
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