This commit is contained in:
Dhanya Maliakal
2016-10-18 11:10:42 +02:00
parent 1bade91254
commit 9f28cc686c
3 changed files with 9 additions and 11 deletions

View File

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