mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 00:37:12 +02: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