ctb server fixed to have 180 adc output phase

This commit is contained in:
2019-06-14 16:43:56 +02:00
parent 359970dfc2
commit 39be0770e3
3 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,8 @@ INSTMODE = 0777
SRC_CLNT = communication_funcs.c slsDetectorServer.c slsDetectorServer_funcs.c slsDetectorFunctionList.c
OBJS = $(SRC_CLNT:.c=.o)
all: clean versioning $(PROGS)
#all: clean versioning $(PROGS)
all: clean $(PROGS)
boot: $(OBJS)