Fixed indentation in epicsadapater.c
Corrected a header file include in zebraswap.c
This commit is contained in:
@ -386,7 +386,7 @@ static void EpicsWriteFunc(void *param)
|
||||
free(wp);
|
||||
free(pv);
|
||||
ca_clear_channel(cid);
|
||||
ca_context_destroy();
|
||||
/* ca_context_destroy(); */
|
||||
}
|
||||
/*----------------------------------------------------------------------------------------------*/
|
||||
static hdbCallbackReturn EPICSWriteCallback(pHdb currentNode,
|
||||
@ -410,7 +410,7 @@ static hdbCallbackReturn EPICSWriteCallback(pHdb currentNode,
|
||||
strncpy(par->pvName,(char *)userData,sizeof(par->pvName));
|
||||
epicsThreadCreate("Write",
|
||||
epicsThreadPriorityHigh,
|
||||
epicsThreadStackSmall,
|
||||
epicsThreadStackMedium,
|
||||
EpicsWriteFunc,
|
||||
par);
|
||||
}
|
||||
|
@ -12,7 +12,7 @@ Mark Koennecke, December 2016
|
||||
*/
|
||||
|
||||
#include <sics.h>
|
||||
#include <histmem.h>
|
||||
#include <HistMem.h>
|
||||
#include <sicshipadaba.h>
|
||||
|
||||
/*---------------------------------------------------------------*/
|
||||
|
Reference in New Issue
Block a user