Skip to content

Commit 91e1d53

Browse files
committed
Fix comment
1 parent c986bb3 commit 91e1d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/RhythmNode/RHD2000Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ bool RHD2000Thread::updateBuffer()
15671567
}
15681568
}
15691569
index += 64 * numStreams; // neural data width
1570-
auxIndex += 2 * numStreams; // mspacek: not clear why this is here
1570+
auxIndex += 2 * numStreams; // skip AuxCmd1 slots (see updateRegisters())
15711571
// copy the 3 aux channels
15721572
if (acquireAuxChannels)
15731573
{

0 commit comments

Comments
 (0)