mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
Merge pull request #427 from slsdetectorgroup/m3mastertrigger
m3:bug fix: slaves shoudl always have trigger
This commit is contained in:
commit
95ed9551c0
Binary file not shown.
@ -1603,7 +1603,7 @@ void setTiming(enum timingMode arg) {
|
|||||||
|
|
||||||
int master = 0;
|
int master = 0;
|
||||||
isMaster(&master);
|
isMaster(&master);
|
||||||
if (master && arg == AUTO_TIMING)
|
if (!master && arg == AUTO_TIMING)
|
||||||
arg = TRIGGER_EXPOSURE;
|
arg = TRIGGER_EXPOSURE;
|
||||||
|
|
||||||
uint32_t addr = CONFIG_REG;
|
uint32_t addr = CONFIG_REG;
|
||||||
|
@ -11,5 +11,5 @@
|
|||||||
#define APIGOTTHARD 0x220328
|
#define APIGOTTHARD 0x220328
|
||||||
#define APIGOTTHARD2 0x220328
|
#define APIGOTTHARD2 0x220328
|
||||||
#define APIJUNGFRAU 0x220328
|
#define APIJUNGFRAU 0x220328
|
||||||
#define APIMYTHEN3 0x220328
|
|
||||||
#define APIMOENCH 0x220328
|
#define APIMOENCH 0x220328
|
||||||
|
#define APIMYTHEN3 0x220404
|
||||||
|
Loading…
x
Reference in New Issue
Block a user