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

Fix incorrect mapping for assigning audio output channels on Rhythm FPGA

parent aaa15760
Branches
Tags
No related merge requests found
......@@ -156,7 +156,7 @@ void RHD2000Editor::channelChanged(int chan)
electrodeButtons[i]->setChannelNum(chan);
electrodeButtons[i]->repaint();
board->assignAudioOut(i, chan);
board->assignAudioOut(i, chan-1);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment