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; }