Changed functionName

This commit is contained in:
MarkRivers
2011-04-02 15:03:22 +00:00
parent 8c67245040
commit 917bb6c06d
+1 -1
View File
@@ -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;