mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 10:50:05 +02:00
jf binary in, jf: removed check to allow chipv1.0 also to set comp disable time (#1118)
This commit is contained in:
parent
aad1ab0cf4
commit
4b3ed22f76
Binary file not shown.
BIN
slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv9.1.0
Executable file
BIN
slsDetectorServers/jungfrauDetectorServer/bin/jungfrauDetectorServerv9.1.0
Executable file
Binary file not shown.
@ -1974,9 +1974,6 @@ int autoCompDisable(int on) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int setComparatorDisableTime(int64_t val) {
|
int setComparatorDisableTime(int64_t val) {
|
||||||
if (getChipVersion() != 11) {
|
|
||||||
return FAIL;
|
|
||||||
}
|
|
||||||
if (val < 0) {
|
if (val < 0) {
|
||||||
LOG(logERROR,
|
LOG(logERROR,
|
||||||
("Invalid comp disable time: %lld ns\n", (long long int)val));
|
("Invalid comp disable time: %lld ns\n", (long long int)val));
|
||||||
|
@ -10,4 +10,4 @@
|
|||||||
#define APICTB "developer 0x250131"
|
#define APICTB "developer 0x250131"
|
||||||
#define APIMYTHEN3 "developer 0x250131"
|
#define APIMYTHEN3 "developer 0x250131"
|
||||||
#define APIXILINXCTB "developer 0x250213"
|
#define APIXILINXCTB "developer 0x250213"
|
||||||
#define APIJUNGFRAU "developer 0x250218"
|
#define APIJUNGFRAU "developer 0x250224"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user