dev: moench: min exptime (#865)

* moench: remove min clock cycles for setting exptime (had been ported from jf)
This commit is contained in:
2023-11-27 15:22:16 +01:00
committed by GitHub
parent 62dc0e1a34
commit d72c9e29a4
5 changed files with 4 additions and 8 deletions

View File

@ -2533,7 +2533,7 @@ int set_exptime(int file_des) {
if (gateIndex != -1) {
ret = FAIL;
sprintf(mess,
"Could not get exposure time. Gate index not implemented "
"Could not set exposure time. Gate index not implemented "
"for this detector\n");
LOG(logERROR, (mess));
} else {