mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
M3 deserialize (#618)
* m3: updated serializing loop in trimming * fixed the deserializing loop again
This commit is contained in:
parent
713639d001
commit
7466c0bc8f
Binary file not shown.
@ -313,7 +313,7 @@ patternParameters *setChannelRegisterChip(int ichip, char *mask,
|
||||
chanReg, ichip * NCHAN + ich * NCOUNTERS,
|
||||
ichip * NCHAN_1_COUNTER + ich, ichip, ich));
|
||||
}
|
||||
for (int i = 1; i < 24; i++) {
|
||||
for (int i = 0; i < 23; i++) {
|
||||
patword = clearBit(SIGNAL_clk, patword);
|
||||
pat->word[iaddr++] = patword;
|
||||
|
||||
|
@ -10,5 +10,5 @@
|
||||
#define APIMOENCH "7.0.0.rc1 0x221212"
|
||||
#define APIEIGER "7.0.0.rc1 0x221212"
|
||||
#define APIGOTTHARD "7.0.0.rc2 0x221220"
|
||||
#define APIMYTHEN3 "7.0.0.rc2 0x230116"
|
||||
|
||||
#define APIMYTHEN3 "7.0.0.rc2 0x230117"
|
||||
|
Loading…
x
Reference in New Issue
Block a user