- 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

@@ -416,7 +416,7 @@
KillC804(pNew);
return NULL;
}
SerialConfig(&pNew->pSerial,5000);
SerialConfig(&pNew->pSerial,50000);
/* switch on, just to make sure */
iTmo = SerialGetTmo(&pNew->pSerial);