From 58b905a8c3b24746c12d32d18a9afbe6f4cf188c Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 25 Jul 2001 15:53:57 +0000 Subject: [PATCH] made insn demo take 10 samples again as it originally did --- demo/insn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.26.2