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

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

parents 984c5b30 0aa7c946
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ void FilterNode::setApplyOnADC(bool state)
for (int n = 0; n < channels.size(); n++)
{
if (channels[n]->getType() == ADC_CHANNEL)
if (channels[n]->getType() == ADC_CHANNEL || channels[n]->getType() == AUX_CHANNEL)
{
setCurrentChannel(n);
......
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