From 917bb6c06da2884b043176cef4185425c2ec361f Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Sat, 2 Apr 2011 15:03:22 +0000 Subject: [PATCH] Changed functionName --- motorApp/NewportSrc/XPSAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/NewportSrc/XPSAxis.cpp b/motorApp/NewportSrc/XPSAxis.cpp index 79e4cfd3..30415187 100644 --- a/motorApp/NewportSrc/XPSAxis.cpp +++ b/motorApp/NewportSrc/XPSAxis.cpp @@ -93,7 +93,7 @@ Versions: Release 4-5 and higher. #include "XPSController.h" #include "XPS_C8_drivers.h" -static const char *driverName = "XPSMotorDriver"; +static const char *driverName = "XPSAxis"; typedef enum { none, positionMove, velocityMove, homeReverseMove, homeForwardsMove } moveType;