mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
ctb bug fix: 10g adc enable mask
This commit is contained in:
Binary file not shown.
@ -700,8 +700,9 @@ void setADCEnableMask_10G(uint32_t mask) {
|
||||
int ich = 0;
|
||||
for (ich = 0; ich < NCHAN_ANALOG; ich = ich + 4) {
|
||||
if ((1 << ich) & mask) {
|
||||
actualMask |= (1 << ival++);
|
||||
actualMask |= (1 << ival);
|
||||
}
|
||||
++ival;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user