mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 14:24:56 +01:00
Jungfrau server with changed ADC phase
This commit is contained in:
@@ -1886,7 +1886,7 @@ int get_run_status(int file_des) {
|
||||
|
||||
printf("-----------------------------------READ MACHINE BUSY--------------------------\n");
|
||||
s=TRANSMITTING;
|
||||
} else if (retval&ALL_FIFO_EMPTY_BIT) {
|
||||
} else if (!(retval&ALL_FIFO_EMPTY_BIT)) {
|
||||
printf("-----------------------------------DATA IN FIFO--------------------------\n");
|
||||
s=TRANSMITTING;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user