mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-02 19:00:05 +02:00
no hardcoded beb numbers
This commit is contained in:
parent
8863a9f880
commit
81bcb29f75
Binary file not shown.
@ -143,11 +143,11 @@ int initDetector(){
|
|||||||
Feb_Control_CheckSetup();
|
Feb_Control_CheckSetup();
|
||||||
|
|
||||||
//top or bottom
|
//top or bottom
|
||||||
//bottom = Feb_Control_IsBottomModule();
|
bottom = Feb_Control_IsBottomModule();
|
||||||
if(getDetectorNumber()==0xbeb031)
|
/*if(getDetectorNumber()==0xbeb031)
|
||||||
bottom = 0;
|
bottom = 0;
|
||||||
else bottom = 1;
|
else bottom = 1;
|
||||||
|
*/
|
||||||
if(bottom)
|
if(bottom)
|
||||||
printf("BOTTOM ***************\n");
|
printf("BOTTOM ***************\n");
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user