increased BUF_LEN, so demo works better with ni boards

This commit is contained in:
Frank Mori Hess 2002-11-22 21:45:05 +00:00
parent 6bc9f5f03d
commit 5685d1ae2b

View file

@ -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;