From: Frank Mori Hess Date: Wed, 25 Jul 2001 15:53:57 +0000 (+0000) Subject: made insn demo take 10 samples again as it originally did X-Git-Tag: r0_7_17~51 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58b905a8c3b24746c12d32d18a9afbe6f4cf188c;p=comedilib.git made insn demo take 10 samples again as it originally did --- diff --git a/demo/insn.c b/demo/insn.c index 59fbbb9..27c93d4 100644 --- a/demo/insn.c +++ b/demo/insn.c @@ -35,7 +35,7 @@ * analog input, and the another gettimeofday() call. */ -#define N_SAMPLES 1 +#define N_SAMPLES 10 comedi_t *device;