Skip to content
Snippets Groups Projects
Commit ebbe322d authored by James Goppert's avatar James Goppert
Browse files

Attempt to fix odd travis sitl build error.

parent bc1063c8
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ void CatapultLaunchMethod::update(float accel_x)
if (motorDelay.get() > 0.0f) {
state = LAUNCHDETECTION_RES_DETECTED_ENABLECONTROL;
warnx("Launch detected: enablecontrol, waiting %8.4fs until full throttle",
(double)(motorDelay.get()));
double(motorDelay.get()));
} else {
/* No motor delay set: go directly to enablemotors state */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment