gotthard: everything done upto the gigabyte part

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@72 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2011-11-28 17:08:03 +00:00
parent 05705a907a
commit 15a649c767
5 changed files with 24 additions and 36 deletions

View File

@ -1320,7 +1320,10 @@ int set_module(int fnum) {
if (ret==OK) {
#ifdef MCB_FUNCS
retval=initModulebyNumber(myModule);
if(retval==-1){
ret=FAIL;
strcpy(mess,"Cannot set this settings as confGain register read back weird value\n");
}
#endif
}