From be2ca071e9d7eefd0f11ca227421c6847bcd42cb Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Fri, 5 Jul 2002 19:40:57 +0000 Subject: [PATCH] Eliminate WAIT state. --- motorApp/SoftMotorSrc/devSoft.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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