Skip to content
Snippets Groups Projects
Commit 61729499 authored by jsiegle's avatar jsiegle
Browse files

Add call to updateRegisters() in RHD2000Thread::initialize()

parent f7fab25b
Branches
Tags
No related merge requests found
......@@ -137,10 +137,14 @@ void RHD2000Thread::initializeBoard()
fastSettleEnabled ? 2 : 1);
updateRegisters();
// Let's turn one LED on to indicate that the board is now connected
int ledArray[8] = {1, 0, 0, 0, 0, 0, 0, 0};
evalBoard->setLedDisplay(ledArray);
}
void RHD2000Thread::scanPorts()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment