mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 00:50:42 +02:00
m3:bug fix: slaves shoudl always have trigger
This commit is contained in:
parent
5913864cbb
commit
fe895cd782
@ -1603,7 +1603,7 @@ void setTiming(enum timingMode arg) {
|
||||
|
||||
int master = 0;
|
||||
isMaster(&master);
|
||||
if (master && arg == AUTO_TIMING)
|
||||
if (!master && arg == AUTO_TIMING)
|
||||
arg = TRIGGER_EXPOSURE;
|
||||
|
||||
uint32_t addr = CONFIG_REG;
|
||||
|
Loading…
x
Reference in New Issue
Block a user