From 6f2413fd5d57369cc94d345d365a8e612620e6ed Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 15 Jun 2020 17:11:33 +0200 Subject: [PATCH] WIP --- slsDetectorServers/eigerDetectorServer/FebControl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorServers/eigerDetectorServer/FebControl.c b/slsDetectorServers/eigerDetectorServer/FebControl.c index 59b4cd64d..bca7eb39c 100644 --- a/slsDetectorServers/eigerDetectorServer/FebControl.c +++ b/slsDetectorServers/eigerDetectorServer/FebControl.c @@ -58,7 +58,7 @@ int Feb_Control_activated = 1; int Feb_Control_hv_fd = -1; // module -void Module_Module(struct Module *mod, unsigned int number) { +void Module_Module(struct Module *mod) { mod->left_address = 0x100; mod->right_address = 0x200; mod->high_voltage = -1;