*** empty log message ***

This commit is contained in:
Jeff Hill
1993-02-19 17:07:11 +00:00
parent 917fc65c85
commit cf965c87a3
3 changed files with 7 additions and 6 deletions

View File

@@ -30,6 +30,8 @@
* Modification Log:
* -----------------
* .01 08-20-92 jbk Initial Implementation
* .02 02-16-92 joh vxi incl name change & cpu
* independent int vector include
* ...
*/
@@ -72,8 +74,8 @@
#include <ctype.h>
#include <stdioLib.h>
#include <string.h>
#include <68k/iv.h>
#include <epvxiLib.h>
#include <iv.h>
#include <drvEpvxi.h>
#include <alarm.h>
#include <dbRecType.h>

View File

@@ -38,10 +38,9 @@
*
*/
static char *sccsId = "$Id$\t$Date$"
static char *sccsId = "$Id$\t$Date$";
#include <vxWorks.h>
#include <dbDefs.h>
#ifdef V5_vxWorks
# include <iv.h>
#else

View File

@@ -642,7 +642,7 @@ i = 0;
* A taskDelay makes a 68040
* wait frequently
*/
# ifdef 0
# if 0
taskDelay(1);
# endif
}
@@ -657,7 +657,7 @@ i = 0;
* A taskDelay makes a 68040
* wait frequently
*/
# ifdef 0
# if 0
taskDelay(1);
# endif
}