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
8a33280e
Commit
8a33280e
authored
Sep 16, 2012
by
Lorenz Meier
Browse files
Fixed windows compilation
parent
87aa800c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/QGCVehicleConfig.cc
View file @
8a33280e
...
...
@@ -146,13 +146,13 @@ void QGCVehicleConfig::requestCalibrationRC()
for
(
unsigned
int
i
=
0
;
i
<
chanMax
;
++
i
)
{
mav
->
requestParameter
(
0
,
minTpl
.
arg
(
i
));
usleep
(
5000
);
QGC
::
SLEEP
::
usleep
(
5000
);
mav
->
requestParameter
(
0
,
trimTpl
.
arg
(
i
));
usleep
(
5000
);
QGC
::
SLEEP
::
usleep
(
5000
);
mav
->
requestParameter
(
0
,
maxTpl
.
arg
(
i
));
usleep
(
5000
);
QGC
::
SLEEP
::
usleep
(
5000
);
mav
->
requestParameter
(
0
,
revTpl
.
arg
(
i
));
usleep
(
5000
);
QGC
::
SLEEP
::
usleep
(
5000
);
}
}
...
...
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