mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 21:37:13 +02:00
changes for testram which didnt work anyway
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@111 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
@ -58,7 +58,6 @@ int init_detector( int b) {
|
||||
system("bus -a 0xb0000000");
|
||||
#endif
|
||||
#endif
|
||||
testFpga(); shouldnt this be inside virtual as well?!
|
||||
|
||||
*/
|
||||
if (res<0) { printf("Could not map memory\n");
|
||||
@ -71,14 +70,12 @@ int init_detector( int b) {
|
||||
initDetector();
|
||||
printf("\ninitdetector done! \n");
|
||||
testFpga();
|
||||
//testRAM();
|
||||
|
||||
//gotthard specific
|
||||
setPhaseShiftOnce();
|
||||
setDAQRegister();
|
||||
setSettings(GET_SETTINGS,-1);
|
||||
|
||||
|
||||
//testRAM();
|
||||
}
|
||||
#endif
|
||||
strcpy(mess,"dummy message");
|
||||
|
Reference in New Issue
Block a user