mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
jf: removed check to allow chipv1.0 also to set comp disable time (#1117)
This commit is contained in:
parent
5de98b3db0
commit
706f3a103c
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 APIMOENCH "9.1.0 0x250204"
|
#define APIMOENCH "9.1.0 0x250204"
|
||||||
#define APIXILINXCTB "9.1.0 0x250204"
|
#define APIXILINXCTB "9.1.0 0x250204"
|
||||||
#define APIEIGER "9.1.0 0x250204"
|
#define APIEIGER "9.1.0 0x250204"
|
||||||
#define APIJUNGFRAU "9.1.0 0x250217"
|
#define APIJUNGFRAU "9.1.0 0x250224"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user