- Added support for MVME2604 board.

- New build script for: bld2 for new vxWorks version Tornado 2.0.2
- monitor memory inspection tool
This commit is contained in:
cvs
2002-02-08 09:03:31 +00:00
parent 1e60f3be82
commit b47a3ec57a
9 changed files with 823 additions and 5 deletions

View File

@@ -170,7 +170,7 @@
}
if (Sem_Server == NULL) {
Sem_Server = semBCreate (SEM_Q_FIFO, SEM_FULL);
Sem_Server = semBCreate (SEM_Q_FIFO,SEM_FULL);
}
/*
** Debug hint - set Use_sem_tmo to zero to disable semaphore time-outs