Skip to content

Commit d15aef6

Browse files
committed
2 parents 8cce7af + a918e26 commit d15aef6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/receiver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ void createSocket(char* addr, char* port) {
227227

228228
pair<int, string> convbuf(char* buf){
229229
pair<int,string> res = make_pair(-1,"");
230-
printf("STX dari transmitter : %u\n", buf[2]);
231230
if(buf[0] != SOH) return res;
232231
if(buf[2] != STX) return res;
233232
res.fi = buf[1];
@@ -302,7 +301,6 @@ void *childProcess(void *threadid){
302301
sendNAK(rxq->front);
303302
printf("before usleep\n");
304303
sleep(2);
305-
// usleep(100000000);
306304
}
307305
}
308306
}

0 commit comments

Comments
 (0)