Skip to content
Snippets Groups Projects
Commit 4e42b243 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Remove debug line

parent 65c52b8b
No related branches found
No related tags found
No related merge requests found
......@@ -692,8 +692,6 @@ void Rhd2000EvalBoard::setMaxTimeStep(unsigned int maxTimeStep)
dev->SetWireInValue(WireInMaxTimeStepLsb, maxTimeStepLsb);
dev->SetWireInValue(WireInMaxTimeStepMsb, maxTimeStepMsb >> 16);
dev->UpdateWireIns();
dev->UpdateWireOuts();
std::cout << "max step set to: " << dev->GetWireOutValue(0x26) << std::endl;
}
// Initiate SPI data acquisition.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment