From ab0dd0d49fbb031d6065c24372ac8e56682a4c12 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 1 Sep 2021 17:13:11 +0200 Subject: [PATCH] wip --- .../eigerDetectorServer/slsDetectorFunctionList.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c index 7a29478fe..0bfdcfb31 100644 --- a/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/eigerDetectorServer/slsDetectorFunctionList.c @@ -363,14 +363,13 @@ void initStopServer() { usleep(WAIT_STOP_SERVER_START); LOG(logINFOBLUE, ("Configuring Stop server\n")); // exit(-1); - readDetectorNumber(); getModuleConfiguration(); sharedMemory_lockLocalLink(); Feb_Control_SetMasterVariable(master); Feb_Interface_FebInterface(); Feb_Control_FebControl(); // same addresses for top and bottom - Feb_Control_Init(master, normal, getDetectorNumber()); + Feb_Control_Init(master, normal); sharedMemory_unlockLocalLink(); LOG(logDEBUG1, ("Stop server: FEB Initialization done\n")); #endif