changes usleep back to normal in postprocessing

This commit is contained in:
Dhanya Maliakal
2017-09-20 18:27:54 +02:00
parent fda9c85bb3
commit 45ee8b2a2b

View File

@ -559,7 +559,7 @@ void* postProcessing::processData(int delflag) {
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)
}
}
}