- removed epics support (do not like to fix libraries)

This commit is contained in:
2018-07-03 11:18:48 +02:00
parent a22334180a
commit 21299efa80
2 changed files with 5 additions and 3 deletions

View File

@ -26,7 +26,9 @@ OBJ=psi.o buffer.o ruli.o sps.o pimotor.o \
pfeifferprot.o termprot.o phytron.o autowin.o eigera2.o \
jvlprot.o \
eigermono.o sputterprot.o zwickroll.o astriumnet.o poldifold.o \
epicsadapter.o zebraswap.o
zebraswap.o
#epicsadapter.o
.SECONDARY.: sanslirebin.c

2
psi.c
View File

@ -125,7 +125,7 @@ static void AddPsiCommands(SicsInterp * pInter)
SCMD("MakeEiger", InitEiger);
SCMD("MakeEigerMono", InitEigerMono);
PCMD("cnvrt", CnvrtAction);
SCMD("MakeEpicsAdapter", MakeEpicsAdapter);
/* SCMD("MakeEpicsAdapter", MakeEpicsAdapter); */
PCMD("zebraswap", ZebraSwap);
/*
* Tcl 8.5 has implemented the clock command in tcl rather then C.