- Added another slit for AMOR

- Fixed timeout for pimotor
- Fixed a bug which could cause tabledrive to go into an endless loop
This commit is contained in:
koennecke
2006-12-07 14:05:35 +00:00
parent ee7592b46c
commit a91056837e
6 changed files with 39 additions and 10 deletions

View File

@ -37,6 +37,8 @@ typedef struct{
int state;
char orientMotor[80];
int debug;
tdMotor oriMotor;
int oriInvalid;
}TableDrive, *pTableDrive;
/*-------------------------------------------------------------------------*/