diff --git a/Source/Processors/DataThreads/RHD2000Thread.cpp b/Source/Processors/DataThreads/RHD2000Thread.cpp index d3eb5b36e73dbcd6dfe9854e2ba71e51762d1144..21ad8d47d8a3c3c55f9a98ccd7f24bba00cdccfb 100644 --- a/Source/Processors/DataThreads/RHD2000Thread.cpp +++ b/Source/Processors/DataThreads/RHD2000Thread.cpp @@ -405,13 +405,13 @@ void RHD2000Thread::scanPorts() // Record delay settings that yield good communication with the chip. for (stream = 0; stream < MAX_NUM_DATA_STREAMS; ++stream)//MAX_NUM_DATA_STREAMS; ++stream) { - // std::cout << "Stream number " << stream << ", delay = " << delay << std::endl; + std::cout << "Stream number " << stream << ", delay = " << delay << std::endl; id = deviceId(dataBlock, stream); if (id > 0) // 1 = RHD2132, 2 = RHD2216 { - // std::cout << "Device ID found: " << id << std::endl; + std::cout << "Device ID found: " << id << std::endl; sumGoodDelays.set(stream,sumGoodDelays[stream] + 1);