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

Merge branch 'usb3' of github.com:open-ephys/GUI into usb3

parents b49754c2 dd8ff8a2
No related branches found
No related tags found
No related merge requests found
......@@ -1600,12 +1600,12 @@ bool RHD2000Thread::updateBuffer()
}
}
evalBoard->setTtlMode(ttlMode ? 1 : 0);
evalBoard->enableExternalFastSettle(fastTTLSettleEnabled);
evalBoard->setExternalFastSettleChannel(fastSettleTTLChannel);
evalBoard->setDacHighpassFilter(desiredDAChpf);
evalBoard->enableDacHighpassFilter(desiredDAChpfState);
evalBoard->enableBoardLeds(ledsEnabled);
//evalBoard->setTtlMode(ttlMode ? 1 : 0);
//evalBoard->enableExternalFastSettle(fastTTLSettleEnabled);
//evalBoard->setExternalFastSettleChannel(fastSettleTTLChannel);
//evalBoard->setDacHighpassFilter(desiredDAChpf);
//evalBoard->enableDacHighpassFilter(desiredDAChpfState);
//evalBoard->enableBoardLeds(ledsEnabled);
dacOutputShouldChange = false;
}
......
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