- 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

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.