From 285f589f6a4cdaaa6ba6676d73e6248dbe22225f Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Tue, 15 Jun 2004 12:17:41 +0000 Subject: [PATCH] removed obsolete references to comedi_counter_unstable.h --- comedi/drivers/ni_660x.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/comedi/drivers/ni_660x.c b/comedi/drivers/ni_660x.c index cf50b801..d9d8fd3e 100644 --- a/comedi/drivers/ni_660x.c +++ b/comedi/drivers/ni_660x.c @@ -35,10 +35,6 @@ supported yet. PulseGeneration (both single pulse and pulse train) works. DIO is experimental (8 channels only). Interrupts do not work. -The counter API is unstable, see comedi_counter_unstable.h and -the directory comedi/Documentation/comedi/ (the files counter-spec and -insn_config). - References: DAQ 660x Register-Level Programmer Manual (NI 370505A-01) DAQ 6601/6602 User Manual (NI 322137B-01) @@ -53,7 +49,6 @@ Measurement, ...) #include #include "mite.h" -#include "comedi_counter_unstable.h" #define CTRS_PER_CHIP 4 // The number of counters per ni-tio chip #define DATA_1B 0x1 // 1 byte = 8 bits data -- 2.26.2