diff --git a/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer b/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer index bf0d7e213..a17968377 100755 Binary files a/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer and b/slsDetectorServers/gotthard2DetectorServer/bin/gotthard2DetectorServer_developer differ diff --git a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c index ded4d7f7c..cfa68014a 100644 --- a/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c +++ b/slsDetectorServers/gotthard2DetectorServer/slsDetectorFunctionList.c @@ -2271,10 +2271,6 @@ int setClockDivider(enum CLKINDEX ind, int val) { clkDivider[ind] = val; LOG(logINFO, ("\t%s clock (%d) divider set to %d\n", clock_names[ind], ind, clkDivider[ind])); - // update system frequency - if (ind == SYSTEM_C0) { - setTimingSource(getTimingSource()); - } // phase is reset by pll (when setting output frequency) if (ind < SYSTEM_C0) { diff --git a/slsSupportLib/include/sls/versionAPI.h b/slsSupportLib/include/sls/versionAPI.h index 12894ba1d..5e4aaba1a 100644 --- a/slsSupportLib/include/sls/versionAPI.h +++ b/slsSupportLib/include/sls/versionAPI.h @@ -7,8 +7,8 @@ #define APIGUI 0x220609 #define APICTB 0x220714 #define APIGOTTHARD 0x220714 -#define APIGOTTHARD2 0x220714 #define APIJUNGFRAU 0x220714 #define APIMYTHEN3 0x220714 #define APIMOENCH 0x220714 #define APIEIGER 0x220714 +#define APIGOTTHARD2 0x220811