From fa93fce3d3ba6686a1540bb62fbc5379889ca4ef Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 31 Mar 2011 21:10:50 +0000 Subject: [PATCH] Changed drvInfo strings for jerk --- motorApp/NewportSrc/XPSAsynInterpose.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/motorApp/NewportSrc/XPSAsynInterpose.c b/motorApp/NewportSrc/XPSAsynInterpose.c index 69f8e8b9..613d8fff 100644 --- a/motorApp/NewportSrc/XPSAsynInterpose.c +++ b/motorApp/NewportSrc/XPSAsynInterpose.c @@ -14,8 +14,8 @@ typedef struct { } XPSCommandStruct; static XPSCommandStruct XPSCommands[XPS_NUM_PARAMS] = { - {minJerkTime, "MIN_JERK_TIME"}, - {maxJerkTime, "MAX_JERK_TIME"}, + {minJerkTime, "XPS_MIN_JERK"}, + {maxJerkTime, "XPS_MAX_JERK"}, {XPSStatus, "XPS_STATUS"} };