gotthard: changed the fpga dummyreg read/write test

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@49 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
maliakal_d
2011-11-15 14:24:45 +00:00
parent 025c6ae10f
commit 5d687a1dee
3 changed files with 44 additions and 45 deletions

View File

@ -756,8 +756,9 @@ void showbits(int h)
int initDACs(int* v,int imod)
{
#ifdef VERBOSE
printf("\n..inside initdacs\n");
#endif
int iaddr;
// sDac=0;
for (iaddr=0; iaddr<8; iaddr++) {
@ -783,7 +784,9 @@ int initDACs(int* v,int imod)
int setSettings(int i)
{
#ifdef VERBOSE
printf("\ninside set settings wit settins=%d...\n",i);
#endif
int imod, isett, is;
int vrefds[] = VREFDS_VALS;
int vcascn[] = VCASCN_VALS;