Skip to content

Commit 384fb40

Browse files
committed
Add support for 16TTLs in Intan Recording Controller
1 parent 175eb89 commit 384fb40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Plugins/IntanRecordingController/RHD2000Thread.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ String RHD2000Thread::getChannelUnits(int chanIndex) const
987987
int RHD2000Thread::getNumTTLOutputs(int subproc) const
988988
{
989989
if (subproc > 0) return 0;
990-
return 8;
990+
return 16;
991991
}
992992

993993
float RHD2000Thread::getSampleRate(int subproc) const

0 commit comments

Comments
 (0)