mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
bug fix, not returning
This commit is contained in:
parent
c218d7dc00
commit
717d68c217
@ -164,6 +164,7 @@ int FPGAdontTouchFlash(char *mess) {
|
|||||||
LOG(logINFO, ("\tgpio3: fpga dont touch flash\n"));
|
LOG(logINFO, ("\tgpio3: fpga dont touch flash\n"));
|
||||||
}
|
}
|
||||||
// usleep(100*1000);
|
// usleep(100*1000);
|
||||||
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int FPGATouchFlash(char *mess) {
|
int FPGATouchFlash(char *mess) {
|
||||||
@ -189,6 +190,7 @@ int FPGATouchFlash(char *mess) {
|
|||||||
}
|
}
|
||||||
LOG(logINFO, ("\tgpio3: setting input\n"));
|
LOG(logINFO, ("\tgpio3: setting input\n"));
|
||||||
}
|
}
|
||||||
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int resetFPGA(char *mess) {
|
int resetFPGA(char *mess) {
|
||||||
@ -203,6 +205,7 @@ int resetFPGA(char *mess) {
|
|||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
usleep(CTRL_SRVR_INIT_TIME_US);
|
usleep(CTRL_SRVR_INIT_TIME_US);
|
||||||
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
int emptyTempFolder(char *mess) {
|
int emptyTempFolder(char *mess) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user