Skip to content
Snippets Groups Projects
Commit 18eed143 authored by Josh Siegle's avatar Josh Siegle
Browse files

Set Rhythm ADC channels to record by default

parent 20720333
No related branches found
No related tags found
No related merge requests found
......@@ -374,6 +374,9 @@ void GenericProcessor::update()
if (i < recordStatus.size())
{
ch->setRecordState(recordStatus[i]);
} else {
if (this->isSource())
ch->setRecordState(True);
}
channels.add(ch);
......
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