From f32a88fe6c7f008d74e49737da5a26a2d3a0f02d Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 8 Apr 2011 03:48:55 +0000 Subject: [PATCH] Initialize profileExecuteState_ --- motorApp/MotorSrc/asynMotorController.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/motorApp/MotorSrc/asynMotorController.cpp b/motorApp/MotorSrc/asynMotorController.cpp index 515ab3b2..82608fca 100644 --- a/motorApp/MotorSrc/asynMotorController.cpp +++ b/motorApp/MotorSrc/asynMotorController.cpp @@ -116,6 +116,7 @@ asynMotorController::asynMotorController(const char *portName, int numAxes, int maxProfilePoints_ = 0; profileTimes_ = NULL; + setIntegerParam(profileExecuteState_, PROFILE_EXECUTE_DONE); asynPrint(this->pasynUserSelf, ASYN_TRACE_FLOW, "%s:%s: constructor complete\n",