Fixed catapult launch build error.

This commit is contained in:
James Goppert 2015-09-24 15:59:47 -04:00
parent d7fc0ee53c
commit b07e02527d
1 changed files with 1 additions and 1 deletions

View File

@ -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 */