Skip to content

Commit

Permalink
Include ADCs in MAX_NUM_CHANNELS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Aug 7, 2022
1 parent ad5fd4d commit aae1bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DeviceThread.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define REGISTER_59_MISO_B 58
#define RHD2132_16CH_OFFSET 8

#define MAX_NUM_CHANNELS MAX_NUM_DATA_STREAMS_USB3 * 35
#define MAX_NUM_CHANNELS MAX_NUM_DATA_STREAMS_USB3 * 35 + 16

namespace RhythmNode
{
Expand Down

0 comments on commit aae1bba

Please sign in to comment.