Skip to content

Commit 3b91905

Browse files
committed
Fix wrong number of default subprocessors for datathreads
1 parent 637b61b commit 3b91905

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Source/Processors/DataThreads/DataThread.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@ void DataThread::updateChannels()
102102
void DataThread::setOutputHigh() {}
103103
void DataThread::setOutputLow() {}
104104

105-
int DataThread::getNumDataOutputs(DataChannel::DataChannelTypes type, int subproc) const { return 0; }
106-
107-
unsigned int DataThread::getNumSubProcessors() const { return 0; }
105+
unsigned int DataThread::getNumSubProcessors() const { return 1; }
108106

109107
int DataThread::getNumTTLOutputs(int subproc) const { return 0; }
110108

0 commit comments

Comments
 (0)