WIP, eiger

This commit is contained in:
2020-06-30 10:55:31 +02:00
parent f1cbf49449
commit 488e0230ba
4 changed files with 7 additions and 4 deletions

View File

@ -1773,6 +1773,9 @@ int start_state_machine(int blocking, int file_des) {
sharedMemory_setScanStatus(0);
break;
}
#ifdef EIGERD
prepareAcquisition();
#endif
ret = startStateMachine();
LOG(logDEBUG2, ("Starting Acquisition ret: %d\n", ret));
if (ret == FAIL) {