mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-17 06:21:34 +01:00
m3:bug fix: slaves shoudl always have trigger
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user