Skip to content
Snippets Groups Projects
Commit 3b6a8a1c authored by Christopher Stawarz's avatar Christopher Stawarz
Browse files

Removed duplicate/conflicting definitions of MAX_NUM_DATA_STREAMS

parent f04225fb
No related branches found
No related tags found
No related merge requests found
......@@ -35,8 +35,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "DataThread.h"
#include "../GenericProcessor/GenericProcessor.h"
#define MAX_NUM_DATA_STREAMS 8
class SourceNode;
#if JUCE_WINDOWS
......
......@@ -43,7 +43,6 @@
#define MAX_NUM_DATA_STREAMS_USB3 16
#define MAX_NUM_HEADSTAGES 8
#define MAX_NUM_DATA_STREAMS(u3) (u3 ? MAX_NUM_DATA_STREAMS_USB3 : MAX_NUM_DATA_STREAMS_USB2)
#define MAX_NUM_CHANNELS MAX_NUM_DATA_STREAMS_USB3*35
class SourceNode;
......
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