Fixed general bugs.
r2139 | mle | 2007-08-23 15:08:52 +1000 (Thu, 23 Aug 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
a85720686b
commit
e76c3922f0
@@ -1,4 +1,4 @@
|
||||
/*--------------------------------------------------------------------------
|
||||
/*---------------------------------------------------------------------
|
||||
L H 4 5 D R I V
|
||||
|
||||
This file contains the implementation of a driver for the Julabo
|
||||
@@ -191,8 +191,7 @@
|
||||
static int LH45Close(pEVDriver self)
|
||||
{
|
||||
pLH45Driv pMe = NULL;
|
||||
int iRet;
|
||||
|
||||
|
||||
assert(self);
|
||||
pMe = (pLH45Driv )self->pPrivate;
|
||||
assert(pMe);
|
||||
@@ -253,12 +252,12 @@
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
static int LH45Halt(pEVDriver *self)
|
||||
{
|
||||
assert(self);
|
||||
|
||||
return 1;
|
||||
}
|
||||
// static int LH45Halt(pEVDriver *self)
|
||||
// {
|
||||
// assert(self);
|
||||
//
|
||||
// return 1;
|
||||
// }
|
||||
/*------------------------------------------------------------------------*/
|
||||
void KillLH45(void *pData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user