mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
frames fix
This commit is contained in:
parent
9787c6a385
commit
e23a8e7da2
@ -7557,7 +7557,7 @@ int set_scan(int file_des) {
|
||||
} else {
|
||||
|
||||
// trimbit scan
|
||||
if (args[0] == TRIMBIT_SCAN) {
|
||||
if (index == TRIMBIT_SCAN) {
|
||||
#if !defined(EIGERD) && !defined(MYTHEN3D)
|
||||
ret = FAIL;
|
||||
sprintf(mess,
|
||||
@ -7625,7 +7625,7 @@ int set_scan(int file_des) {
|
||||
case ADC_VPP:
|
||||
case V_LIMIT:
|
||||
#endif
|
||||
modeNotImplemented("Scan Dac Index", args[0]);
|
||||
modeNotImplemented("Scan Dac Index", index);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user