merge fix

This commit is contained in:
maliakal_d 2022-04-05 14:33:43 +02:00
commit b42d65c5e2
7 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -2,7 +2,6 @@
// Copyright (C) 2021 Contributors to the SLS Detector Package
/** API versions */
#define GITBRANCH "developer"
#define APILIB 0x220405
#define APIRECEIVER 0x220405
#define APIGUI 0x220328