From 964ff9006f5b4a74c84cb959af8096bf8c0fe969 Mon Sep 17 00:00:00 2001 From: l_maliakal_d Date: Thu, 18 Oct 2012 12:08:20 +0000 Subject: [PATCH] using daq register function in configuremac git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@308 951219d9-93cf-4727-9268-0efd64621fa3 --- slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.c b/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.c index 80bc14535..0c7a3cd1d 100755 --- a/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.c +++ b/slsDetectorSoftware/gotthardDetectorServer/firmware_funcs.c @@ -257,7 +257,7 @@ int setDAQRegister(int adcval) bus_w(addr,val); reg=bus_r(addr); //#ifdef VERBOSE - printf("DAQ reg:%x",reg); + printf("DAQ reg:%x\n",reg); //#endif @@ -266,7 +266,7 @@ int setDAQRegister(int adcval) bus_w(addr,val); reg=bus_r(addr); #ifdef VERBOSE - printf("\nADC SYNC reg:%d",reg); + printf("\nADC SYNC reg:%d\n",reg); #endif return OK; }