mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-19 19:02:34 +01:00
changes usleep back to normal in postprocessing
This commit is contained in:
@@ -559,7 +559,7 @@ void* postProcessing::processData(int delflag) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
usleep(200 * 1000); //20ms need this else connecting error to receiver (too fast)
|
usleep(100 * 1000); //20ms need this else connecting error to receiver (too fast)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user