mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
WIP
This commit is contained in:
@ -333,7 +333,7 @@ void initControlServer() {
|
|||||||
Feb_Interface_FebInterface();
|
Feb_Interface_FebInterface();
|
||||||
Feb_Control_FebControl();
|
Feb_Control_FebControl();
|
||||||
// same addresses for top and bottom
|
// same addresses for top and bottom
|
||||||
if (!Feb_Control_Init(master, normal, getDetectorNumber()) {
|
if (!Feb_Control_Init(master, normal, getDetectorNumber())) {
|
||||||
initError = FAIL;
|
initError = FAIL;
|
||||||
sprintf(initErrorMessage, "Could not intitalize feb control\n");
|
sprintf(initErrorMessage, "Could not intitalize feb control\n");
|
||||||
LOG(logERROR, (initErrorMessage));
|
LOG(logERROR, (initErrorMessage));
|
||||||
|
Reference in New Issue
Block a user