mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-15 14:27:13 +02:00
changed usleep
This commit is contained in:
@ -139,7 +139,7 @@ int main(int argc, char *argv[]) {
|
|||||||
FILE_LOG(logINFO) << "Ready ... ";
|
FILE_LOG(logINFO) << "Ready ... ";
|
||||||
bprintf(GRAY, "\n[ Press \'Ctrl+c\' to exit ]\n");
|
bprintf(GRAY, "\n[ Press \'Ctrl+c\' to exit ]\n");
|
||||||
while(keeprunning)
|
while(keeprunning)
|
||||||
usleep(10 * 1000 * 1000);
|
usleep(5 * 1000 * 1000);
|
||||||
|
|
||||||
delete receiver;
|
delete receiver;
|
||||||
FILE_LOG(logINFO) << "Goodbye!";
|
FILE_LOG(logINFO) << "Goodbye!";
|
||||||
|
Reference in New Issue
Block a user