mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 21:26:50 +01:00
Fixed serial assignment. If top=1, serial=0 and vice versa.
This commit is contained in:
@@ -187,7 +187,7 @@ int Feb_Control_Init(int master, int top){
|
||||
sscanf(pch,"%d",&res);
|
||||
Feb_Control_module_number = (res & 0xFF);
|
||||
|
||||
int serial = top;
|
||||
int serial = !top;
|
||||
|
||||
/*
|
||||
//for Gemmas modules: if master, serial 0, else 1
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user