This commit is contained in:
2021-06-28 17:20:37 +02:00
parent 28fde55e4b
commit 5177ed74e5
2 changed files with 2 additions and 3 deletions

View File

@ -1060,7 +1060,7 @@ int Feb_Control_StopAcquisition() {
}
// stop acquisition
return Feb_Control_Reset();
// return Feb_Control_Reset();
}
return 1;
}