This commit is contained in:
maliakal_d 2020-06-15 16:43:16 +02:00
parent bcb5b8047b
commit cc8549e6cb

View File

@ -333,7 +333,7 @@ void initControlServer() {
Feb_Interface_FebInterface();
Feb_Control_FebControl();
// same addresses for top and bottom
if (!Feb_Control_Init(master, normal, getDetectorNumber()) {
if (!Feb_Control_Init(master, normal, getDetectorNumber())) {
initError = FAIL;
sprintf(initErrorMessage, "Could not intitalize feb control\n");
LOG(logERROR, (initErrorMessage));