mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 11:24:56 +01:00
fixed jungfrau configure bug by getting rid of gb10reset at configure
This commit is contained in:
@@ -58,8 +58,8 @@ int init_detector(int b) {
|
||||
if(b){
|
||||
defineGPIOpins();
|
||||
resetFPGA();
|
||||
usleep(250*1000);
|
||||
}
|
||||
}else
|
||||
usleep(300*1000);
|
||||
|
||||
if (mapCSP0()==FAIL) {
|
||||
printf("Could not map memory\n");
|
||||
@@ -3180,7 +3180,6 @@ int reset_fpga(int file_des) {
|
||||
sprintf(mess,"Reset FPGA unsuccessful\n");
|
||||
|
||||
resetFPGA();
|
||||
usleep(250*1000);
|
||||
initializeDetector();
|
||||
|
||||
ret = FORCE_UPDATE;
|
||||
|
||||
Reference in New Issue
Block a user