From b07e02527db110c057b0a4d4eba3f65220eed476 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Thu, 24 Sep 2015 15:59:47 -0400 Subject: [PATCH] Fixed catapult launch build error. --- src/lib/launchdetection/CatapultLaunchMethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/launchdetection/CatapultLaunchMethod.cpp b/src/lib/launchdetection/CatapultLaunchMethod.cpp index 63efe81f3c..35d8b00c42 100644 --- a/src/lib/launchdetection/CatapultLaunchMethod.cpp +++ b/src/lib/launchdetection/CatapultLaunchMethod.cpp @@ -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 */