increased BUF_LEN, so demo works better with ni boards
This commit is contained in:
parent
6bc9f5f03d
commit
5685d1ae2b
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ double offset = 2048;
|
|||
/* This is the size of chunks we deal with when creating and
|
||||
outputting data. This *could* be 1, but that would be
|
||||
inefficient */
|
||||
#define BUF_LEN 4096
|
||||
#define BUF_LEN 8192
|
||||
|
||||
int subdevice;
|
||||
int external_trigger_number = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue