made insn demo take 10 samples again as it originally did
authorFrank Mori Hess <fmhess@speakeasy.net>
Wed, 25 Jul 2001 15:53:57 +0000 (15:53 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Wed, 25 Jul 2001 15:53:57 +0000 (15:53 +0000)
demo/insn.c

index 59fbbb9b778d27543598a23ecd392fafa6282a61..27c93d41fc439ef4d66acb4f4522a305c563a269 100644 (file)
@@ -35,7 +35,7 @@
  * analog input, and the another gettimeofday() call.
  */
 
-#define N_SAMPLES 1
+#define N_SAMPLES 10
 
 comedi_t *device;