diff --git a/motorApp/SoftMotorSrc/devSoft.h b/motorApp/SoftMotorSrc/devSoft.h index 064d0ca7..a382f79b 100644 --- a/motorApp/SoftMotorSrc/devSoft.h +++ b/motorApp/SoftMotorSrc/devSoft.h @@ -4,9 +4,9 @@ FILENAME.. devSoft.h USAGE... This file contains information that is common to all Soft channel device support modules. -Version: $Revision: 1.5 $ +Version: $Revision: 1.6 $ Modified By: $Author: sluiter $ -Last Modified: $Date: 2002-06-25 20:01:28 $ +Last Modified: $Date: 2002-07-05 19:40:57 $ */ /* @@ -32,7 +32,7 @@ Last Modified: $Date: 2002-06-25 20:01:28 $ #ifndef INCdevSofth #define INCdevSofth 1 -typedef enum DONE_STATES {SOFTMOVE = 0, HARDMOVE = 1, DONE = 2, WAIT = 3} DONE_STATES; +typedef enum DONE_STATES {SOFTMOVE = 0, HARDMOVE = 1, DONE = 2} DONE_STATES; #define MAXMSGS 20