Skip to content

Commit

Permalink
remove test traces
Browse files Browse the repository at this point in the history
  • Loading branch information
L Diaz committed Oct 2, 2018
1 parent d1e1c3b commit 9f1f68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rf24_worker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void nRF24::ReaderWorker::Execute(const RF24AsyncWorker::ExecutionProgress& prog
//std::cout<< "P";
} // Wait section
} // Main loop
std::cout <<"[reader Stop]";
//std::cout <<"[reader Stop]";
stopped_=true; // stopped mark
}

Expand Down Expand Up @@ -209,7 +209,7 @@ void nRF24::WriterWorker::Execute(){
}
finished_=true; // Transmission finished
device.removeWriterWorker(); // Remove first in queue
std::cout << "TXOK:" << tx_ok;
//std::cout << "TXOK:" << tx_ok;
//device.write_abort_mutex.unlock();
//std::cout << "[AR]";
}
Expand Down

0 comments on commit 9f1f68b

Please sign in to comment.