mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +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;
|
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user