somewhere

This commit is contained in:
Dhanya Maliakal
2016-10-06 08:44:00 +02:00
parent 6da59ca382
commit de2de6315c
2 changed files with 12 additions and 6 deletions

View File

@ -481,7 +481,7 @@ void* postProcessing::processData(int delflag) {
}
}
//receiver
else{
else{cprintf(RED,"In post processing threads\n");
if(dataReady){
@ -517,7 +517,7 @@ void* postProcessing::processData(int delflag) {
//cout<<"exiting from proccessing thread"<<endl;
cprintf(RED,"Exiting post processing thread\n");
}
return 0;