mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
some changes for chiptest board and mythen server now compiles
This commit is contained in:
@ -61,12 +61,18 @@ int init_detector( int b) {
|
||||
if (b) {
|
||||
#ifdef MCB_FUNCS
|
||||
initDetector();
|
||||
printf("init \n");
|
||||
setSettings(GET_SETTINGS);
|
||||
printf("get settings \n");
|
||||
testRAM();
|
||||
printf("test ram \n");
|
||||
#endif
|
||||
setTiming(GET_EXTERNAL_COMMUNICATION_MODE);
|
||||
printf("timing \n");
|
||||
setMaster(GET_MASTER);
|
||||
printf("master \n");
|
||||
setSynchronization(GET_SYNCHRONIZATION_MODE);
|
||||
printf("sync \n");
|
||||
}
|
||||
strcpy(mess,"dummy message");
|
||||
strcpy(lastClientIP,"none");
|
||||
|
Reference in New Issue
Block a user