This commit is contained in:
2021-06-28 17:26:09 +02:00
parent c0aaa94587
commit 343e881a3f
2 changed files with 3 additions and 3 deletions

View File

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